{% extends "base.html" %} {% block js %} {% endblock %} {% block title %}Password reset{% endblock %} {% block content %}

Password reset

{% if not return_value %}

Here is your new password:

{% if new_password %} {% else %} {% endif %}
Username:{{ username }}
Password:{{ new_password }}
Password:
{% csrf_token %}
{% else %}

Something went wrong. Please contact an administrator.

Return code: {{ return_value }}

{% endif %}

Back
Log out

{% endblock %}