From bf5d0556fc3f5d721aa74c629a25b2c6a54ffbc0 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 26 Oct 2021 19:00:18 +0300 Subject: remove broken and ancient AERW map images --- urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 058fe6e..347857c 100644 --- a/urls.py +++ b/urls.py @@ -169,7 +169,6 @@ trogglepatterns = [ # Prospecting Guide document re_path(r'^prospecting_guide/$', prospecting), -# re_path(r'^prospecting/(?P[^.]+).png$', prospecting_image, name="prospecting_image"), broken, won't repair. # This next set are all intercepted by Apache, if it is running. re_path(r'^photos/(?P.*)$', mediapage, {'doc_root': settings.PHOTOS_ROOT}, name="mediapage"), # photo galleries -- cgit v1.2.3