2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-24 16:21:53 +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" %} {% extends "base.html" %}
<!-- templates/expedition.html - this text visible because this template has been included -->
{% block title %}Expedition {{expedition.name}}{% endblock %} {% block title %}Expedition {{expedition.name}}{% endblock %}
{% block related %} {% block related %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<!-- templates/expedition.html - this text visible because this template has been included -->
<h2>{{expedition.name}}</h2> <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> <form action="" method="GET"><input type="submit" name="reload" value="Reload from logbook"></form>
{% endif %} {% endif %}
<h3>Logbooks and survey trips per day</h3> <h3 id="trips">Logbooks and survey trips per day</h3>
<table class="expeditionlogbooks"> <table class="expeditionlogbooks">
<tr><th>Date</th><th>Logged trips</th><th>Surveys</th><th>Wallets</th></tr> <tr><th>Date</th><th>Logged trips</th><th>Surveys</th><th>Wallets</th></tr>