diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-09 22:17:27 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-09 22:17:27 +0000 |
commit | 54c2e3c9c39f28303223e58db6b3abcfeabac729 (patch) | |
tree | 19724475f76e065deac16877aed7dd2e65e2e2fc | |
parent | 10352f2ccb194e9fca562b19cecbe294e93d2d8c (diff) | |
download | troggle-54c2e3c9c39f28303223e58db6b3abcfeabac729.tar.gz troggle-54c2e3c9c39f28303223e58db6b3abcfeabac729.tar.bz2 troggle-54c2e3c9c39f28303223e58db6b3abcfeabac729.zip |
Fix tool on control panel
-rw-r--r-- | templates/controlPanel.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index a7fed70..2d4b982 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -13,10 +13,13 @@ <li><a href="/survexdir">Survex Directories</a> - Every Cave has an associated directory and a Primary survex file <li><a href="/surveximport">Survex import record</a> - indented *include and begin/end tree<br /><li><a href="/survexdebug">Survex debug report</a> - warnings and details<br /> <li><a href="/therionissues">Therion Import issues</a> - warnings from the recent data import<br /><br /> + <li><a href="/kataster/1623-2002-08">Kataster renumber</a> - Rename a cave to a new kataster number <span style="color:red">{{error}}</span> + +<li><a href="/fix/1623">FIX</a> - One-off fix tool, varies<span style="color:red">{{error}}</span> + <li><a href="/admin/">Django admin</a> - Deep magic access to all models and data <span style="color:red">{{error}}</span> </ul> -<h3>This control panel is/will/maybe being redeveloped</h3> {% endblock %}
\ No newline at end of file |