summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:40:35 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:40:35 +0100
commitaeef470c6d3d7f2619e61249d9c1f6bb5146ec41 (patch)
tree882ae9a1606dd9cb5575828404801ed1edde7703 /urls.py
parent8de25733855fc83ec2b1c6656ffb2edec065e050 (diff)
downloadtroggle-aeef470c6d3d7f2619e61249d9c1f6bb5146ec41.tar.gz
troggle-aeef470c6d3d7f2619e61249d9c1f6bb5146ec41.tar.bz2
troggle-aeef470c6d3d7f2619e61249d9c1f6bb5146ec41.zip
[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
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 3 insertions, 1 deletions
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<year>\d\d\d\d)?$', calendar, name="calendar"),
+
+ url(r'^survey/?$', surveyindex, name="survey"),
(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey),
(r'^admin/doc/?', include('django.contrib.admindocs.urls')),