{% extends "adminlte_full/skeleton_login.html" %} {% load i18n crispy_forms_tags %} {% block page_title %}{% trans 'Recover Password' %}{% endblock page_title %} {% block messages %}

{% if validlink %} {% trans 'Please enter your new password twice so we can verify you typed it in correctly.' %} {% else %} {% trans 'The password reset link was invalid, possibly because it has already been used. Please request a new password reset.' %} {% endif %}

{% endblock messages %} {% block page_content %} {% if validlink %} {% block form %}
{% block form_fields %} {% crispy form %} {% endblock form_fields %}
{% endblock form %} {% else %} {% trans 'Reset my password' %} {% endif %} {% endblock page_content %} {% block custom_links %}

{% trans 'Log in' %}

{% endblock custom_links %}