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

remove spurious headers

This commit is contained in:
Philip Sargent 2024-07-14 18:16:18 +02:00
parent 35b04d096e
commit ee5b36a33c

View File

@ -19,9 +19,6 @@
</p>
<h3 id="trips"> {{expedition.name}} - Logbook entries per day</h3>
<table class="expeditionlogbooks">
<tr><th>Date</th><th>Logged trips and diary entries</th><th>Cave</th><th>Text..</th><th>Author</th><th>Who else</th></tr>
{% regroup dateditems|dictsort:"date" by date as dates %}
@ -68,5 +65,4 @@
<li> <a href="/logbookedit/">new logbook entry</a> for this Expo
</ul>
<h3> {{expedition.name}} </h3>
{% endblock %}