diff -r 1b68c8aa6091 -r 78dfa383f6a3 project/templates/user/login.html --- a/project/templates/user/login.html Tue Jul 20 15:46:53 2010 +0530 +++ b/project/templates/user/login.html Tue Jul 20 15:48:35 2010 +0530 @@ -9,36 +9,31 @@

Login

- Log in for registered users of the site. + Log in for registered users of the site.
- - {{ login_form }} - - - - -
- Forgot password? -
+ + {{ login_form }} + + + + +
+ + Forgot password? + +
- + - + - +
@@ -50,23 +45,16 @@ If you are not already a member of the site you can register here. -
- - {{ register_form }} -
- + + + {{ register_form }} +
- + - + + +
{% endblock content %}