diff -r 60f67ccee452 -r fb27be005a5c project/templates/proceedings/submit.html --- a/project/templates/proceedings/submit.html Tue May 11 03:51:25 2010 +0530 +++ b/project/templates/proceedings/submit.html Tue Jul 13 01:01:02 2010 +0530 @@ -2,18 +2,18 @@ {% block title %}Submit Paper for Proceedings{% endblock %} {% block addscripts %} - - - - + + + + + {% endblock %} {% block content %} @@ -21,7 +21,7 @@ {% include '_errors.html' %} -
+ {% if not user.is_authenticated %}
Are you a member of this site? @@ -31,8 +31,7 @@

-
+
User Registration {{ register_form }}
@@ -59,13 +58,17 @@ {{ 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 }} + +
+ {{ proceedings_form.authors.errors }} + {{ proceedings_form.authors }} + [Remove][Add] +
+