summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 31711a2..5365d24 100644
--- a/urls.py
+++ b/urls.py
@@ -9,7 +9,8 @@ from django.urls import reverse, resolve
from troggle.core.views import surveys, logbooks, other, caves, statistics, survex
from troggle.core.views.other import troggle404, frontpage
-from troggle.core.views.caves import ent, prospecting_image, cavepage
+from troggle.core.views.caves import ent, cavepage
+from troggle.core.views.prospect import prospecting_image, prospecting
from troggle.core.views.statistics import pathsreport, stats, dataissues
from troggle.core.views.expo import expofiles_redirect, expofilessingle, expopage, editexpopage, mediapage
from troggle.core.views.survex import survexcaveslist, survexcavesingle, svx
@@ -124,7 +125,7 @@ trogglepatterns = [
url(r'^controlpanel/?$', other.controlPanel, name="controlpanel"),
- url(r'^prospecting_guide/$', caves.prospecting),
+ url(r'^prospecting_guide/$', prospecting),
url(r'^prospecting/(?P<name>[^.]+).png$', prospecting_image, name="prospecting_image"),
# The survexfile pages