From 0ea3ed1ef2463b20243d32c1e281e29908d2718b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 5 Jul 2022 22:40:58 +0300 Subject: Not quite so broken QMs from survex files --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index d4dbf9d..462f696 100644 --- a/urls.py +++ b/urls.py @@ -177,7 +177,7 @@ trogglepatterns = [ # QMs pages - must precede other /caves pages? re_path(r'^cave/qms/([^/]+)/?$', caveQMs, name="caveQMs"), # Fixed. July 2022 - re_path(r'^cave/qms/(?P[^/]+)/(?P\d\d\d\d)-(?P\d*)(?P[ABCDXV\?]?)?$', qm, name="qm"), # Fixed. July 2022 + re_path(r'^cave/qms/(?P[^/]+)/(?P\d\d\d\d)-(?P[^0-9]*)?(?P\d*)(?P[ABCDXV\?]?)?$', qm, name="qm"), # Fixed. July 2022 # Prospecting Guide document re_path(r'^prospecting_guide/$', prospecting), # disabled. Bad links, incompatible image package use and very, very out of date. -- cgit v1.2.3