Reset password on login form.

master
Nick Sergeant 2012-05-03 20:43:28 -04:00
parent e603470dc8
commit 4b77407a35
1 changed files with 0 additions and 2 deletions

View File

@ -54,9 +54,7 @@
</div>
</div>
<div class="form-actions group">
{% comment %}
<a class="btn pull-right" href="{% url auth_password_reset %}">Reset password</a>
{% endcomment %}
<a class="btn pull-right" href="/signup/">Sign up</a>
<button class="btn btn-primary" type="submit">Log in</button>
</div>