From a4aab0ed834b12a4c9e3c00e2c861034d0399618 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 19 Jun 2019 09:45:10 +0200 Subject: Welcome layout --- ishtar_common/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/index.html b/ishtar_common/templates/index.html index 2b6d7004e..c86413380 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}}{% else %}{% include "welcome.html" %}{% endif %}
{% endblock %} +{% block content %}
{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}
{% endblock %} -- cgit v1.2.3