summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
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 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),