2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 06:29:49 +01:00

FIx base template so admin link, expoweb link work and use consistent base URL

This commit is contained in:
expo
2012-08-05 02:33:48 +02:00
parent 742848409b
commit 0785455bac
2 changed files with 8 additions and 8 deletions

View File

@@ -16,10 +16,9 @@
<body onLoad="contentHeight();">
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
<h1>CUCC Expeditions to Austria: 1976 - 2012</h1>
<div id="editLinks"> {% block loginInfo %}
<a href="{{ settings.EXPOWEB_URL }}/index.htm">ExpoWeb</a> |
<a href="{{ settings.URL_ROOT }}">Home</a> |
<a href="{{ settings.EXPOWEB_URL }}">Expoweb</a> |
{% if user.username %}
You are logged in as {{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>)
@@ -42,7 +41,8 @@
<a href="{% url expedition 2009 %}">Expo2009</a> |
<a href="{% url expedition 2010 %}">Expo2010</a> |
<a href="{% url expedition 2011 %}">Expo2011</a> |
<a href="/admin">Django admin</a>
<a href="/admin/">Django admin</a>
</div>
<div id="nav">