From cc27334193c9ddbef15855863934dab3f73ccdd4 Mon Sep 17 00:00:00 2001 From: Wookey <wookey@wookware.org> Date: Mon, 11 Jul 2011 01:55:12 +0100 Subject: [PATCH] Add /index.htm to EXPOWEB root URL in main template so that you get the static stuff --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d3341b2..f6bf367 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,7 +18,7 @@ <div id="header"> <h1>CUCC Expeditions to Austria: 1976 - 2009</h1> <div id="editLinks"> {% block loginInfo %} - <a href="{{ settings.EXPOWEB_URL }}">ExpoWeb</a> | + <a href="{{ settings.EXPOWEB_URL }}/index.htm">ExpoWeb</a> | <a href="{{ settings.URL_ROOT }}">Home</a> | {% if user.username %} You are logged in as {{ user.username }}