[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
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:40:35 +01:00
parent 8de2573385
commit aeef470c6d
5 changed files with 73 additions and 108 deletions

View File

@@ -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')),