# HG changeset patch # User Parth buch # Date 1317388981 -19800 # Node ID d68f4cfebfabdc24f41d09cb7fb1d03b79547c6d # Parent eac3723864c19ff091ca31588f83f14f51981404 changed the urls to make registration page static diff -r eac3723864c1 -r d68f4cfebfab project/urls.py --- a/project/urls.py Fri Sep 30 18:52:30 2011 +0530 +++ b/project/urls.py Fri Sep 30 18:53:01 2011 +0530 @@ -53,7 +53,8 @@ url(r'^%s/registrations/$' % (SCOPE_ARG_PATTERN), 'registrations', name='scipycon_registrations'), url(r'^%s/submit-registration/$' % (SCOPE_ARG_PATTERN), - 'submit_registration', name='scipycon_submit_registration'), + direct_to_template, {"template": "registration/submit-registration.html"}, + name='scipycon_submit_registration'), url(r'^%s/edit-registration/(?P\d+)/$' % (SCOPE_ARG_PATTERN), 'edit_registration', name='scipycon_edit_registration'), url(r'^%s/regstats/$'% (SCOPE_ARG_PATTERN),