diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-24 12:25:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-24 12:25:47 +0000 |
commit | 73812b41b1fbe5f847542a102d4d07df4ebacfa1 (patch) | |
tree | 29ce011f71225bf72eaa2f8023c15f1fa17c8b70 /templates | |
parent | ddb90b3a39974512c6bb9597a97d7c069a0c2d47 (diff) | |
download | troggle-73812b41b1fbe5f847542a102d4d07df4ebacfa1.tar.gz troggle-73812b41b1fbe5f847542a102d4d07df4ebacfa1.tar.bz2 troggle-73812b41b1fbe5f847542a102d4d07df4ebacfa1.zip |
fix URLS for links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/controlPanel.html | 2 | ||||
-rw-r--r-- | templates/troggletoolbar.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 2d4b982..0c48fd0 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -6,6 +6,8 @@ <ul> <li><a href="/logreport/{{year}}">Delete logbook entry</a> -Online logbook suffers duplicate entries <span style="color:red">{{error}}</span> <li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation +<li><a href="/entrances">Entrances</a> -tag station/other station, *fix 'p' station for each entrance +<li><a href="/stations">Entrance *fix stations</a> -lat./long. and UTM and altitudes of stations <li><a href="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names <li><a href="/aliases/{{year}}">Expoer name aliases</a> -short names recognised by troggle <li><a href="/dataissues">Data Issues on Imports</a> - warnings and errors from the recent data import diff --git a/templates/troggletoolbar.html b/templates/troggletoolbar.html index 78e7d15..9fa0c88 100644 --- a/templates/troggletoolbar.html +++ b/templates/troggletoolbar.html @@ -25,7 +25,7 @@ <a href="/logbookedit/">Logbook Entry</a> |
<a id="cavesLink" href="/caves">Caves</a> |
<a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> |
- <a href="/survexfile/">Survex</a> |
+ <a href="/survexfile">Survex</a> |
<a href="{% url "survexcaveslist" %}">All Survex</a> |
<a href="{% url "allscans" %}">Scans</a> |
<a href="{% url "walletedit" %}">Upload Scans</a> |
|