{% include analytics/ga.html %}
{% set page_name = "" %}
{% set kwargs = handler.kwargs %}
{% import json %}
{% set forgot = handler.get_arg('forgot', None) %}
{% set reset = handler.get_arg('reset', None) %}
{% set base = '.' %}
{% try %}{% set user = kwargs.user.arg %}{% except %}{% set user = 'user' %}{% end %}
{% try %}{% set password = kwargs.password.arg %}{% except %}{% set password = 'password' %}{% end %}
{% include template-navbar.html %}
Energy
Inspiring examples of initiatives and best policies collected from across
India for
learning, innovation, and scaling of collaborative governance.
Education
Inspiring examples of initiatives and best policies collected from across
India for
learning, innovation, and scaling of collaborative governance.
Agriculture
Inspiring examples of initiatives and best policies collected from across
India for
learning, innovation, and scaling of collaborative governance.
Employment
Inspiring examples of initiatives and best policies collected from across
India for
learning, innovation, and scaling of collaborative governance.
{% if not forgot %}
{% if handler.request.method == 'GET' %}
{% else %}
{% end %}
{% else %}
{% if handler.request.method == 'GET' %}
{% else %}
{% if not error %}
Your password has been successfully reset. Please log
in with your new password.
{% else %}
Some error occured - {{error['error']}}. Please try again!
{% end %}
{% end %}
{% end %}
Password Updated!
You have successfully updated your password. Login to
continue.
You have used the same password earlier. Please try with
a unique password!
{% if 'hash' in kwargs.get('password', {}) %}
{% end %}