+
- {% if user and not user.is_anonymous %}
- Submit Proposal
- {% else %}
- Login
- {% endif %}
+ {% if user and not user.is_anonymous %}
+ Submit Proposal
+ {% else %}
+ Login
+ {% endif %}
- {% if registration_complete %}
+ {% if registration_complete %}
Thank You for your registration. You can now log in by clicking
here!
@@ -22,23 +22,20 @@
- {% endif %}
-
-
-
-
-
-