From 4a7c14f8dc7977e57af73d79e708b66d1857047f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 27 Jul 2023 14:40:52 +0300 Subject: remove unused page --- urls.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 911eb4a..b162704 100644 --- a/urls.py +++ b/urls.py @@ -6,7 +6,7 @@ from django.conf.urls.static import static from troggle.core.views import statistics, survex from troggle.core.views.auth import expologin, expologout -from troggle.core.views.caves import (cave3d, caveEntrance, caveindex, entranceindex, +from troggle.core.views.caves import (cave3d, caveindex, entranceindex, cavepage, caveQMs, edit_cave, cave_debug, edit_entrance, get_entrances, qm, expo_kml, expo_kmz) from troggle.core.views.drawings import dwgallfiles, dwgfilesingle @@ -161,11 +161,7 @@ trogglepatterns = [ # Archaic, kept. This /expo/ prefix only works for expoweb HTML pages not troggle pages path('expo/', expopage, name="expopage"), - -# Entrances - re_path(r'^cave/entrance/([^/]+)/?$', caveEntrance), # lists all entrances !!!BAD, local links fail - - + # System admin and monitoring path('statistics', statistics.stats, name="stats"), path('stats', statistics.stats, name="stats"), -- cgit v1.2.3