>From 9b454613dcf4a30a04ab290c0275f5d04bdbf7e0 Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 1 Dec 2010 22:30:58 +0100
Subject: [PATCH 2/2] login: add link to password reset

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 templates/registration/login.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/templates/registration/login.html b/templates/registration/login.html
index 2dfc2a7..662675c 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -18,9 +18,12 @@
  {% endif %}
  {{ form }}
  <tr>
-  <td colspan="2" class="submitrow">
+  <td class="submitrow">
    <input type="submit" value="Login"/>
   </td>
+  <td class="submitrow">
+   <a href="{% url django.contrib.auth.views.password_reset %}">Forgot password?</a>
+  </td>
  </tr>
 </table>
 </form>
-- 
1.7.2.3

