forked from expo/troggle
Add /index.htm to EXPOWEB root URL in main template so that you get
the static stuff
This commit is contained in:
parent
a2e1882d91
commit
cc27334193
@ -18,7 +18,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
|
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
|
||||||
<div id="editLinks"> {% block loginInfo %}
|
<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> |
|
<a href="{{ settings.URL_ROOT }}">Home</a> |
|
||||||
{% if user.username %}
|
{% if user.username %}
|
||||||
You are logged in as {{ user.username }}
|
You are logged in as {{ user.username }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user