diff options
Diffstat (limited to 'templates/expowebbase.html')
-rw-r--r-- | templates/expowebbase.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/expowebbase.html b/templates/expowebbase.html index 5d5b424..becdb05 100644 --- a/templates/expowebbase.html +++ b/templates/expowebbase.html @@ -16,14 +16,14 @@ <li><a href="/indxal.htm">Cave index</a></li> {% if cavepage %} <ul> -<li><a href="{% url survexcaveslist %}">All Survex</a></li> -<li><a href="{% url surveyscansfolders %}">Scans</a></li> -<li><a href="{% url tunneldata %}">Tunneldata</a></li> -<li><a href="{% url survexcavessingle 161 %}">161</a></li> -<li><a href="{% url survexcavessingle 204 %}">204</a></li> -<li><a href="{% url survexcavessingle 258 %}">258</a></li> -<li><a href="{% url expedition 2012 %}">Expo2012</a></li> -<li><a href="{% url expedition 2013 %}">Expo2013</a></li> +<li><a href="{% url "survexcaveslist" %}">All Survex</a></li> +<li><a href="{% url "surveyscansfolders" %}">Scans</a></li> +<li><a href="{% url "tunneldata" %}">Tunneldata</a></li> +<li><a href="{% url "survexcavessingle" 161 %}">161</a></li> +<li><a href="{% url "survexcavessingle" 204 %}">204</a></li> +<li><a href="{% url "survexcavessingle" 258 %}">258</a></li> +<li><a href="{% url "expedition" 2012 %}">Expo2012</a></li> +<li><a href="{% url "expedition" 2013 %}">Expo2013</a></li> <li><a href="/admin">Django admin</a></li> </ul> {% endif %} |