{% extends "base_m.html" %} {% block js %}{% endblock %} {% block title %}Reset password{% endblock %} {% block header %}

Reset password

{% endblock %} {% block content %} {% if not return_value %} {% if new_password %} Username: {{ username }}/ppp
Password: {{ new_password }} {% else %}
{% csrf_token %}
{% endif %} {% else %}

Something went wrong. Please contact an administrator.

Return code: {{ return_value }}

{% endif %} {% endblock %} {% block footer %} Back Log out {% endblock %}