From b10a910c1e22168b271154208d4770ac324a2923 Mon Sep 17 00:00:00 2001
From: Nishanth Amuluru
Date: Sat, 8 Jan 2011 01:54:50 +0530
Subject: Added link for new_user signup
---
templates/registration/login.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/templates/registration/login.html b/templates/registration/login.html
index c5ab83b..bb007f8 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -5,5 +5,6 @@
{{ form.as_p }}
+New User Sign up
Forgot password?
{% endblock %}
--
cgit