forked from expo/troggle
Change template headers to show 2012/2013 as shortcuts
This commit is contained in:
parent
7437ac1d38
commit
25c951b250
@ -18,7 +18,7 @@
|
||||
<div id="header">
|
||||
<h1>CUCC Expeditions to Austria: 1976 - 2012</h1>
|
||||
<div id="editLinks"> {% block loginInfo %}
|
||||
<a href="{{settings.EXPOWEB_URL}}">Expoweb</a> |
|
||||
<a href="{{settings.EXPOWEB_URL}}">Website home</a> |
|
||||
{% if user.username %}
|
||||
You are logged in as {{ user.username }}
|
||||
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>)
|
||||
@ -38,9 +38,8 @@
|
||||
<a href="{% url survexcavessingle 161 %}">161</a> |
|
||||
<a href="{% url survexcavessingle 204 %}">204</a> |
|
||||
<a href="{% url survexcavessingle 258 %}">258</a> |
|
||||
<a href="{% url expedition 2009 %}">Expo2009</a> |
|
||||
<a href="{% url expedition 2010 %}">Expo2010</a> |
|
||||
<a href="{% url expedition 2011 %}">Expo2011</a> |
|
||||
<a href="{% url expedition 2012 %}">Expo2012</a> |
|
||||
<a href="{% url expedition 2013 %}">Expo2013</a> |
|
||||
|
||||
<a href="/admin/">Django admin</a>
|
||||
</div>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<div id="mainmenu">
|
||||
<ul>
|
||||
<li><a href="/index.htm">Expo web home</a></li>
|
||||
<li><a href="/index.htm">Expo website home</a></li>
|
||||
<li><a href="/intro.html">Introduction</a></li>
|
||||
<li><a href="/infodx.htm">Main index</a></li>
|
||||
<li><a href="/indxal.htm">Cave index</a></li>
|
||||
@ -22,9 +22,8 @@
|
||||
<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 2009 %}">Expo2009</a></li>
|
||||
<li><a href="{% url expedition 2010 %}">Expo2010</a></li>
|
||||
<li><a href="{% url expedition 2011 %}">Expo2011</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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user