{% comment %} {% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if validlink %}{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}
{% else %}{% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %} {% endblock %} {% endcomment %} {% load i18n static panel admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_jazzmin_settings request as jazzmin_settings %} {% get_jazzmin_ui_tweaks as jazzmin_ui %}{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}
{{ form.email.errors }} {% else %}{% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %}