From aeef470c6d3d7f2619e61249d9c1f6bb5146ec41 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:40:35 +0100 Subject: [svn] Survey table improvements, added calendar to urls Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8201 by aaron @ 1/19/2009 7:19 AM --- urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index c6f5685..ac03bc8 100644 --- a/urls.py +++ b/urls.py @@ -33,7 +33,9 @@ urlpatterns = patterns('', url(r'^statistics/?$', stats, name="stats"), - (r'^survey/?$', surveyindex), + url(r'^calendar/(?P\d\d\d\d)?$', calendar, name="calendar"), + + url(r'^survey/?$', surveyindex, name="survey"), (r'^survey/(?P\d\d\d\d)\#(?P\d*)$', survey), (r'^admin/doc/?', include('django.contrib.admindocs.urls')), -- cgit v1.2.3