diff -r 3743275f7291 -r e86755df35da project/templates/proceedings/submit.html --- a/project/templates/proceedings/submit.html Thu Jan 14 21:07:03 2010 +0530 +++ b/project/templates/proceedings/submit.html Thu Apr 01 11:59:35 2010 +0530 @@ -2,12 +2,37 @@ {% block title %}Submit Paper for Proceedings{% endblock %} {% block addscripts %} - - + + + {% endblock %} @@ -16,7 +41,7 @@ {% include '_errors.html' %} -
+ {% if not user.is_authenticated %}
Are you a member of this site? @@ -26,7 +51,8 @@

-
+
User Registration {{ register_form }}
@@ -53,16 +79,13 @@ {{ proceedings_form.rst_file.label }} - {{ proceedings_form.rst_file.errors }}{{ proceedings_form.rst_file }} + {{ proceedings_form.rst_file.errors }} + {{ proceedings_form.rst_file }} {{ proceedings_form.authors.label }} - - {{ proceedings_form.authors.errors }} - {{ proceedings_form.authors }} - [Remove][Add] -
- + {{ proceedings_form.authors.errors }} + {{ proceedings_form.authors }}