summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-07-14 18:16:18 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2024-07-14 18:16:18 +0200
commitee5b36a33c88fcab001ab6aaf48a8feb7d32033c (patch)
treed5a8350b6fe5fbdc62e0e7c330ba3a7be843f212
parent35b04d096e32e8364942a7d61818d08165261260 (diff)
downloadtroggle-ee5b36a33c88fcab001ab6aaf48a8feb7d32033c.tar.gz
troggle-ee5b36a33c88fcab001ab6aaf48a8feb7d32033c.tar.bz2
troggle-ee5b36a33c88fcab001ab6aaf48a8feb7d32033c.zip
remove spurious headers
-rw-r--r--templates/logreport.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/logreport.html b/templates/logreport.html
index 087792e..a8df633 100644
--- a/templates/logreport.html
+++ b/templates/logreport.html
@@ -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 %}