[svn r8199] survey block object

This commit is contained in:
julian
2009-01-19 01:22:54 +01:00
parent 514c67f848
commit 9b63d62368
20 changed files with 201 additions and 31 deletions

View File

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