diff -r 294ff7ac9cb6 -r 38727da8a948 app/templates/projrev/auth/create_account.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/templates/projrev/auth/create_account.html Thu Aug 06 22:36:36 2009 +0530 @@ -0,0 +1,50 @@ +{% extends "projrev/base.html" %} + +{% block stylesheets %} + + +{% endblock stylesheets %} + +{% block scripts %} +{{ block.super }} +{% if exits or password_err %} + +{% endif %} +{% endblock scripts %} + +{% block body %} +
+
+ + Log in + + +
+ + + +
+ + + +
+
+ +
+
+ +{% endblock body %} \ No newline at end of file