diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-07 10:08:48 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-07 10:08:48 +0200 |
commit | 5ffe8230b1a149cbedbfbe098ad7b1e3e07a528b (patch) | |
tree | 7d6e40399a05ad7724bf22b210345bb85d673bbb | |
parent | 8b2ec546767caa59a893b330bc95f6d328a799c1 (diff) | |
download | troggle-5ffe8230b1a149cbedbfbe098ad7b1e3e07a528b.tar.gz troggle-5ffe8230b1a149cbedbfbe098ad7b1e3e07a528b.tar.bz2 troggle-5ffe8230b1a149cbedbfbe098ad7b1e3e07a528b.zip |
addnewlogbook url
-rw-r--r-- | templates/expedition.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index 46fb548..e68afa6 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -21,8 +21,9 @@ <ul> <li> <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo <li> <a href="/wallets/year/{{expedition.year}}">wallet completion status</a> for this Expo -<li> <a href="/years/{{expedition.year}}/{{expedition.logbookfile}}">full logbook</a> for this Expo <li> <a href="/aliases/{{expedition.year}}">alias names</a> for this Expo +<li> <a href="/years/{{expedition.year}}/{{expedition.logbookfile}}">full logbook</a> for this Expo +<li> <a href="/logbookedit/">new logbook entry</a> for this Expo {% if logged_in %} <p>Reparse and reload this year's logbook by clicking here: <a href="/expedition/{{expedition.year}}?reload">RELOAD</a> {% endif %} |