diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-18 10:12:30 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-18 10:12:30 +0200 |
commit | 3ba1454f15a84c75b89c509f5f188b8970ce436d (patch) | |
tree | c31e0a6615a8db19963fdba957c07fd348faf66a /templates/controlPanel.html | |
parent | 12fa55f53706135554c8fa7e8d2b2b64aa34b6cb (diff) | |
download | troggle-3ba1454f15a84c75b89c509f5f188b8970ce436d.tar.gz troggle-3ba1454f15a84c75b89c509f5f188b8970ce436d.tar.bz2 troggle-3ba1454f15a84c75b89c509f5f188b8970ce436d.zip |
add link to logbook delete in control panel
Diffstat (limited to 'templates/controlPanel.html')
-rw-r--r-- | templates/controlPanel.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 39d9bef..b8f66d5 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -21,6 +21,7 @@ {% endif %} <h3>Administration Utilities</h3> <ul> +<li><a href="/logreport/{{year}}">Delete logbook entry</a> -Online logbook suffers duplicate entries (needs admin logon) <li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation <li><a href="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names <li><a href="/aliases/2023">Expoer name aliases</a> -short names recognised by troggle |