diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 01:55:12 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 01:55:12 +0100 |
commit | c8ff8e3ef60c6eba0071e20664268c790c6a6aa6 (patch) | |
tree | 04d1534e57ad10aaba4700a98bd271776235a8c8 /templates | |
parent | f766df597c6deccf52c8915d2693423e594aaa39 (diff) | |
download | troggle-c8ff8e3ef60c6eba0071e20664268c790c6a6aa6.tar.gz troggle-c8ff8e3ef60c6eba0071e20664268c790c6a6aa6.tar.bz2 troggle-c8ff8e3ef60c6eba0071e20664268c790c6a6aa6.zip |
Add /index.htm to EXPOWEB root URL in main template so that you get
the static stuff
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}
|