From d82c521f4fc7fb1a14f82a243956c17ecfb395ba Mon Sep 17 00:00:00 2001 From: Philip Sargent <philip.sargent@klebos.com> Date: Wed, 19 Oct 2022 14:00:08 +0300 Subject: [PATCH] direct link to lower table --- templates/expedition.html | 4 ++-- 1 file 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>