From 3c556465e98d0e1d813c69e0f0c141f7cdbd6de4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 4 Jun 2016 00:21:22 +0200 Subject: Homepage in markdown with settings in database --- ishtar_common/templates/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates/index.html') diff --git a/ishtar_common/templates/index.html b/ishtar_common/templates/index.html index c4c0b0f2a..c28dfd0bb 100644 --- a/ishtar_common/templates/index.html +++ b/ishtar_common/templates/index.html @@ -1,2 +1,3 @@ {% extends "base.html" %} {% load i18n %} +{% block content %}{% if homepage %}{{homepage|safe}}{% endif %}{% endblock %} -- cgit v1.2.3