summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/index.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:13:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-08 18:13:35 +0200
commitf54d386b714f3a1abef103006e36972776d2028e (patch)
tree2cba33588e42ec214b3d30b4825e36e7c4e47b40 /ishtar_common/templates/index.html
parent316dc98ccdee59d6d4709f2a9e253cc258b2037e (diff)
parentaef35a14f4bd3f3f87c1e19188d57cc66e6694b6 (diff)
downloadIshtar-f54d386b714f3a1abef103006e36972776d2028e.tar.bz2
Ishtar-f54d386b714f3a1abef103006e36972776d2028e.zip
Merge branch 'master-warehouse'
Diffstat (limited to 'ishtar_common/templates/index.html')
-rw-r--r--ishtar_common/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/index.html b/ishtar_common/templates/index.html
index c4c0b0f2a..2b6d7004e 100644
--- a/ishtar_common/templates/index.html
+++ b/ishtar_common/templates/index.html
@@ -1,2 +1,3 @@
{% extends "base.html" %}
{% load i18n %}
+{% block content %}<div id='welcome'>{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}</div>{% endblock %}