From 49c9f8e285a9d75e08207ee697a81ac09c88a947 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Jun 2016 18:08:59 +0200 Subject: A default welcome page --- ishtar_common/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/index.html') 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 %}
{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}
{% endblock %} -- cgit v1.2.3