summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index f9e1b84..513a1eb 100644
--- a/urls.py
+++ b/urls.py
@@ -182,6 +182,8 @@ trogglepatterns = [
path('controlpanel', controlpanel, name="controlpanel"),
# The survexfile pages
+ path('survexdir', survex.survexdir, name="survexdir"),
+
path('survexfile', survex.survexcavesingle, {'survex_cave': ''}, name="survexcavessingle"),
path('survexfile/', survex.survexcavesingle, {'survex_cave': ''}, name="survexcavessingle"),
path('survexfile/caves', survex.survexcaveslist, name="survexcaveslist"),