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