summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-08 01:54:50 +0530
committerNishanth Amuluru2011-01-08 01:54:50 +0530
commitb10a910c1e22168b271154208d4770ac324a2923 (patch)
tree4e9394d016e9a636f5c775dc574d7fff5d0550b9
parent522607fd55f5312e324a1b40456cc609d3e3dd8f (diff)
downloadpytask-b10a910c1e22168b271154208d4770ac324a2923.tar.gz
pytask-b10a910c1e22168b271154208d4770ac324a2923.tar.bz2
pytask-b10a910c1e22168b271154208d4770ac324a2923.zip
Added link for new_user signup
-rw-r--r--templates/registration/login.html1
1 files changed, 1 insertions, 0 deletions
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 }}
<input type="submit" value="Login" />
</form>
+<a href="/accounts/register">New User Sign up</a>
<a href="/accounts/password/reset">Forgot password?</a>
{% endblock %}