From 16ef4fa9fb5be0bf72ab13bcebefe2d77b902d2f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 16 Apr 2021 03:05:39 +0100 Subject: split out prospecting guide code --- urls.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'urls.py') 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[^.]+).png$', prospecting_image, name="prospecting_image"), # The survexfile pages -- cgit v1.2.3