diff options
-rw-r--r-- | templates/prospecting.html | 11 | ||||
-rw-r--r-- | urls.py | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/templates/prospecting.html b/templates/prospecting.html index dc05dde..e92526e 100644 --- a/templates/prospecting.html +++ b/templates/prospecting.html @@ -19,17 +19,6 @@ <p>The sub-areas names: '1a', '2a' etc. have not been in active use for some years as all exploration for at least the past two decades has been on the mid- to far-plateau. -<p>To see the old prospecting guide maps, follow this links (but wait - can take 2 minutes per map), -and you can't see any annotations unless you zoom in: -<ul> -<!-- mapcodes = ["all", "grieß","40", "76", "204", "tc"] --> -<li><a href="/prospecting/all.png">/prospecting/all.png</a> -<li><a href="/prospecting/tc.png">/prospecting/tc.png</a> -<li><a href="/prospecting/204.png">/prospecting/204.png</a> -<li><a href="/prospecting/76.png">/prospecting/76.png</a> -<li><a href="/prospecting/40.png">/prospecting/40.png</a> -<li><a href="/prospecting/grieß.png">/prospecting/grieß.png</a> -</ul> <p><b>Notes:</b></p> <ul><li>A marking status of "Retag" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li> @@ -169,7 +169,6 @@ trogglepatterns = [ # Prospecting Guide document re_path(r'^prospecting_guide/$', prospecting), -# re_path(r'^prospecting/(?P<name>[^.]+).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<subpath>.*)$', mediapage, {'doc_root': settings.PHOTOS_ROOT}, name="mediapage"), # photo galleries |