2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-24 08:11:52 +00:00

direct link to lower table

This commit is contained in:
Philip Sargent 2022-10-19 14:00:08 +03:00
parent 2cafa32c7e
commit d82c521f4f

View File

@ -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>