summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2012-08-05 02:33:48 +0200
committerexpo <expo@expobox.potato.hut>2012-08-05 02:33:48 +0200
commit0785455bac092d060cdb7e92fb16fd3e35bedcd2 (patch)
treeae4c978b878b84ad0fafc1201ed9ced76f7ecf91 /templates/base.html
parent742848409bac99c713a6edce03d6705be1834bac (diff)
downloadtroggle-0785455bac092d060cdb7e92fb16fd3e35bedcd2.tar.gz
troggle-0785455bac092d060cdb7e92fb16fd3e35bedcd2.tar.bz2
troggle-0785455bac092d060cdb7e92fb16fd3e35bedcd2.zip
FIx base template so admin link, expoweb link work and use consistent base URL
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 0d12d45..3fa9245 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -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">