From 0ba4dd4ef47eeeb8ef38b4c30b6d39649c56342a Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:39:52 +0100 Subject: [svn] survey block object Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM --- urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index e33a616..c6f5685 100644 --- a/urls.py +++ b/urls.py @@ -28,7 +28,9 @@ urlpatterns = patterns('', url(r'^expedition/(\d+)$', expedition, name="expedition"), url(r'^personexpedition/(.+?)/(\d+)$', personexpedition, name="personexpedition"), - + url(r'^survexblock/(.+)$', survexblock, name="survexblock"), + + url(r'^statistics/?$', stats, name="stats"), (r'^survey/?$', surveyindex), -- cgit v1.2.3