{% extends "account/base_reauthenticate.html" %} {% load blocktrans trans from i18n %} {% load crispy from crispy_forms_tags %} {% block reauthenticate_content %}

{% blocktrans trimmed %} Enter your account password to confirm access. {% endblocktrans %}

{% url 'account_reauthenticate' as action_url %}
{% csrf_token %} {{ form|crispy }} {{ redirect_field }}
{% endblock reauthenticate_content %}