~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to django/contrib/admin/templates/registration/password_reset_confirm.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
<p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
15
15
 
16
 
<form action="" method="post">
 
16
<form action="" method="post">{% csrf_token %}
17
17
{{ form.new_password1.errors }}
18
18
<p class="aligned wide"><label for="id_new_password1">{% trans 'New password:' %}</label>{{ form.new_password1 }}</p>
19
19
{{ form.new_password2.errors }}