{% extends "base.html" %} {% block js %} {% endblock %} {% block title %}Password reset{% endblock %} {% block content %}
Here is your new password:
Username: | {{ username }} |
Password: | {{ username }}/ppp |
Something went wrong. Please contact an administrator.
Return code: {{ return_value }}
{% endif %} {% endblock %}