diff options
-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 %} |