summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/index.html
diff options
context:
space:
mode:
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 %}