summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/expedition.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/expedition.html b/templates/expedition.html
index 7146099..57d5aba 100644
--- a/templates/expedition.html
+++ b/templates/expedition.html
@@ -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>