mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
Commented out link to password_reset, which I mistakenly uncommented.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4b3bf0ac3c
commit
4a211a410c
@ -19,7 +19,7 @@
|
|||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="id_password">{% trans 'Password:' %}</label> <input type="password" name="password" id="id_password" />
|
<label for="id_password">{% trans 'Password:' %}</label> <input type="password" name="password" id="id_password" />
|
||||||
<input type="hidden" name="this_is_the_login_form" value="1" />
|
<input type="hidden" name="this_is_the_login_form" value="1" />
|
||||||
<input type="hidden" name="post_data" value="{{ post_data }}" /> <span class="help">{% trans 'Have you <a href="/password_reset/">forgotten your password</a>?' %}</span>
|
<input type="hidden" name="post_data" value="{{ post_data }}" /> {% comment %}<span class="help">{% trans 'Have you <a href="/password_reset/">forgotten your password</a>?' %}</span>{% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
<div class="submit-row">
|
<div class="submit-row">
|
||||||
<label> </label><input type="submit" value="{% trans 'Log in' %}" />
|
<label> </label><input type="submit" value="{% trans 'Log in' %}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user