{% extends "admin/base_site.html" %} {% load i18n %} {% block bodyclass %}{{ block.super }} passwordform-page{% endblock %} {% block breadcrumb_items %} {% endblock breadcrumb_items %} {% block before_content %}

{{ title }}

{% endblock %} {% block content %} {% if validlink %}
{% csrf_token %} {% block form_top %}{% endblock %}
{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}
{% include 'paper_admin/includes/admin_field.html' with field=form.new_password1 %} {% include 'paper_admin/includes/admin_field.html' with field=form.new_password2 %}
{% else %}

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %} {% endblock %}