diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/user/login.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/user/login.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,73 @@ +{% extends "base.html" %} + +{% block title %}Login or Register{% endblock %} + +{% block content %} +

Login or Register

+ +
+

Login

+ +
+ Log in for registered users of the site. +
+ +
+ + + {{ login_form }} + + + + +
+ Forgot password? +
+ + + + + + + +
+
+ +
+

Register

+ +
+ If you are not already a member of the site you can register here. +
+ +
+ + {{ register_form }} +
+ + + + + +
+
+{% endblock content %} +