diff -r f94e0cd9a862 -r 178b89a3ca4f project/templates/proceedings/submit.html --- a/project/templates/proceedings/submit.html Tue Jul 13 19:57:37 2010 +0530 +++ b/project/templates/proceedings/submit.html Tue Jul 13 23:40:34 2010 +0530 @@ -11,7 +11,7 @@ // Set autosuggest options with all plugins activated var options = { - script:"{% url kiwipycon_get_usernames %}?limit=10&", + script:"{% url scipycon_get_usernames %}?limit=10&", varname:"input", json:true, // Returned response type shownoresults:true, // If disable, display nothing if no results @@ -41,21 +41,21 @@ {% include '_errors.html' %} -
+ {% if not user.is_authenticated %}
Are you a member of this site? - {{ login_form }}
+ {{ login_form }}

-
User Registration - {{ register_form }}
+ {{ register_form }}
@@ -64,7 +64,7 @@
Proceedings Paper Submission - +
{{ proceedings_form.title.label }} {{ proceedings_form.title.errors }}{{ proceedings_form.title }}