{% extends "admin/base_site.html" %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} {% block breadcrumb_items %} {% endblock breadcrumb_items %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %} {% if validlink %}
{% csrf_token %} {% block form_top %}{% endblock %}

{{ _("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 %}

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

{% endif %} {% endblock %}