diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 00:21:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 00:21:22 +0200 |
commit | 61aceddbeff6ffeb1dd58a3adce072dcc7a079a5 (patch) | |
tree | be2c49574ed337795ba805b1007a1f02101bb14a /ishtar_common/templates/index.html | |
parent | 8fb73687373a3a876f2ce790047c9972e616dc34 (diff) | |
download | Ishtar-61aceddbeff6ffeb1dd58a3adce072dcc7a079a5.tar.bz2 Ishtar-61aceddbeff6ffeb1dd58a3adce072dcc7a079a5.zip |
Homepage in markdown with settings in database
Diffstat (limited to 'ishtar_common/templates/index.html')
-rw-r--r-- | ishtar_common/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |