diff -r 5c1e26fa0fc4 -r 05b9e60e6a10 app/templates/projrev/auth/create_account.html --- a/app/templates/projrev/auth/create_account.html Fri Aug 07 04:13:53 2009 +0530 +++ b/app/templates/projrev/auth/create_account.html Sat Aug 08 23:54:36 2009 +0530 @@ -19,21 +19,25 @@ {% block body %}
- - Log in - - -
- - - -
+ {% if created %} +

Your account has been created and an Email confirming your + password has been sent to you.Click Here to login.

+ {% else %} + Log in + + +
- - -
-
- + + +
+ + + +
+
+ + {% endif %}