diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-10-19 14:00:08 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-10-19 14:00:08 +0300 |
commit | d82c521f4fc7fb1a14f82a243956c17ecfb395ba (patch) | |
tree | 40beb1ca56de474230fb55e065313790cc48e760 /templates/expedition.html | |
parent | 2cafa32c7ec2c15379c3bab4071e7f235d461f32 (diff) | |
download | troggle-d82c521f4fc7fb1a14f82a243956c17ecfb395ba.tar.gz troggle-d82c521f4fc7fb1a14f82a243956c17ecfb395ba.tar.bz2 troggle-d82c521f4fc7fb1a14f82a243956c17ecfb395ba.zip |
direct link to lower table
Diffstat (limited to 'templates/expedition.html')
-rw-r--r-- | templates/expedition.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index 7146099..57d5aba 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -1,10 +1,10 @@ {% extends "base.html" %} -<!-- templates/expedition.html - this text visible because this template has been included --> {% block title %}Expedition {{expedition.name}}{% endblock %} {% block related %} {% endblock %} {% block content %} +<!-- templates/expedition.html - this text visible because this template has been included --> <h2>{{expedition.name}}</h2> @@ -65,7 +65,7 @@ an "S" for a survey trip. The colours are the same for people on the same trip. <form action="" method="GET"><input type="submit" name="reload" value="Reload from logbook"></form> {% endif %} -<h3>Logbooks and survey trips per day</h3> +<h3 id="trips">Logbooks and survey trips per day</h3> <table class="expeditionlogbooks"> <tr><th>Date</th><th>Logged trips</th><th>Surveys</th><th>Wallets</th></tr> |