diff options
-rw-r--r-- | templates/logreport.html | 4 |
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 %} |