diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/talk/submit-talk.html --- a/project/templates/talk/submit-talk.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/talk/submit-talk.html Tue Jul 20 19:23:40 2010 +0530 @@ -3,61 +3,51 @@ {% block title %}Submit Talk Proposal{% endblock %} {% block content %} -

Submit Talk Proposal

+

Submit Talk Proposal

-{% include '_errors.html' %} + {% include '_errors.html' %} -
+ {% if not user.is_authenticated %} -
- Are you a member of this site? - - {{ login_form }} -
+
+ Are you a member of this site? + + {{ login_form }} +
- + - -
+ +
+ +
+
- -
-
-
- Speaker Registration - - {{ register_form }} -
+ +
+ Speaker Registration + + {{ register_form }} +
- -
+ +
{% endif %} -
-
- Talk Submission - - {{ talk_form }} -
+
- -
-
- {% if message %} +
+ Talk Submission + + {{ talk_form }} +
+ + +
+ + {% if message %} - {% endif %} + + {% endif %} {% endblock content %}