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 | 3c556465e98d0e1d813c69e0f0c141f7cdbd6de4 (patch) | |
tree | be2c49574ed337795ba805b1007a1f02101bb14a /ishtar_common/templates/index.html | |
parent | cd874041d1761f24b984be0d1a524afd5bd4b116 (diff) | |
download | Ishtar-3c556465e98d0e1d813c69e0f0c141f7cdbd6de4.tar.bz2 Ishtar-3c556465e98d0e1d813c69e0f0c141f7cdbd6de4.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 %} |