{% extends 'cubane/backend/base_login.html' %} {% load form_tags %} {% block title %}Password Reset{% endblock %} {% block panel_title %}Password Reset{% endblock %} {% block content %}

Please change your auto-generated password to make things more secure. We will not ask you for this again...

{% auto_csrf_token %}
{% include 'cubane/backend/form/form_header.html' %} {% include 'cubane/backend/form/form_content.html' with fields=form.visible_fields %} {% include 'cubane/backend/form/form_hidden_fields.html' %}
Logout
{% endblock %}