Temporarily commented-out the link to 'forgotten your password?' on the default admin login.html template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1e0fb3b7a3
commit
820e12dac6
|
@ -16,7 +16,7 @@
|
|||
<p class="aligned">
|
||||
<label for="id_password">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="post_data" value="{{ post_data }}" /> <span class="help">Have you <a href="/password_reset/">forgotten your password</a>?</span>
|
||||
<input type="hidden" name="post_data" value="{{ post_data }}" />{% comment %} <span class="help">Have you <a href="/password_reset/">forgotten your password</a>?</span>{% endcomment %}
|
||||
</p>
|
||||
|
||||
<div class="aligned ">
|
||||
|
|
Loading…
Reference in New Issue