summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/index.html b/templates/index.html
index c0974e8..614c180 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,14 +8,14 @@
<h2>The unfinished front page</h2>
<ul>
<li><b>About {{totallogbookentries}} logbook entries have been loaded</b></li>
- <li><b><a href="{% url personindex %}">List of People</a></b></li>
- <li><b><a href="{% url caveindex %}">List of Caves</a></b></li>
- <li><a href="{% url jgtfile aaaa %}">JGT list of files</a> (temporary simple file list and tunnel use)</li>
- <li><a href="{% url survey %}">Survey files</a></li>
- <li><a href="{% url svx all %}">Survex directory</a></li>
- <li><a href="{% url expedition 2008 %}">Expedition 2008</a></li>
- <li><a href="{% url expedition 2007 %}">Expedition 2007</a></li>
- <li><a href="{% url expedition 1992 %}">Expedition 1992</a> (earliest parsed)</li>
+ <li><b><a href="{% url "personindex" %}">List of People</a></b></li>
+ <li><b><a href="{% url "caveindex" %}">List of Caves</a></b></li>
+ <li><a href="{% url "jgtfile" aaaa %}">JGT list of files</a> (temporary simple file list and tunnel use)</li>
+ <li><a href="{% url "survey" %}">Survey files</a></li>
+ <li><a href="{% url "svx" all %}">Survex directory</a></li>
+ <li><a href="{% url "expedition" 2008 %}">Expedition 2008</a></li>
+ <li><a href="{% url "expedition" 2007 %}">Expedition 2007</a></li>
+ <li><a href="{% url "expedition" 1992 %}">Expedition 1992</a> (earliest parsed)</li>
</ul>
<h2>Further work</h2>
@@ -50,7 +50,7 @@
<ul id="expeditionlist">
{% for expedition in expeditions %}
<li>
- <a href="{% url expedition expedition.year %}">{{expedition.name}}</a>
+ <a href="{% url "expedition" expedition.year %}">{{expedition.name}}</a>
- <b>{{expedition.logbookentry_set.count}}</b> logbook entries
</li>
{% endfor %}