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

-
User Registration