Added link for new_user signup
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 01:54:50 +0530
changeset 67 d18086013eac
parent 66 37adf6656f48
child 68 5ff1fc726848
Added link for new_user signup
templates/registration/login.html
--- a/templates/registration/login.html	Sat Jan 08 01:52:55 2011 +0530
+++ b/templates/registration/login.html	Sat Jan 08 01:54:50 2011 +0530
@@ -5,5 +5,6 @@
 {{ form.as_p }}
 <input type="submit" value="Login" />
 </form>
+<a href="/accounts/register">New User Sign up</a>
 <a href="/accounts/password/reset">Forgot password?</a>
 {% endblock %}