diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-08 18:08:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-08 18:08:59 +0200 |
commit | aef35a14f4bd3f3f87c1e19188d57cc66e6694b6 (patch) | |
tree | 49eb667d73ce2616c137b0d2e36a9c4147185689 /ishtar_common/templates/index.html | |
parent | b7c4e4ef3a907c4d2e5f0053e9d7628e387fadd4 (diff) | |
download | Ishtar-aef35a14f4bd3f3f87c1e19188d57cc66e6694b6.tar.bz2 Ishtar-aef35a14f4bd3f3f87c1e19188d57cc66e6694b6.zip |
A default welcome page
Diffstat (limited to 'ishtar_common/templates/index.html')
-rw-r--r-- | ishtar_common/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/index.html b/ishtar_common/templates/index.html index c28dfd0bb..2b6d7004e 100644 --- a/ishtar_common/templates/index.html +++ b/ishtar_common/templates/index.html @@ -1,3 +1,3 @@ {% extends "base.html" %} {% load i18n %} -{% block content %}{% if homepage %}{{homepage|safe}}{% endif %}{% endblock %} +{% block content %}<div id='welcome'>{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}</div>{% endblock %} |