diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-19 09:45:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-19 09:45:10 +0200 |
commit | a4aab0ed834b12a4c9e3c00e2c861034d0399618 (patch) | |
tree | a857b9a3297ea6b1ae2f13006e448b0bf1bca512 /ishtar_common | |
parent | be373cc41b42e571b5c6fba5ed208c3fddf57f00 (diff) | |
download | Ishtar-a4aab0ed834b12a4c9e3c00e2c861034d0399618.tar.bz2 Ishtar-a4aab0ed834b12a4c9e3c00e2c861034d0399618.zip |
Welcome layout
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %}<div id='welcome'>{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}</div>{% endblock %} +{% block content %}<div id="welcome" class="container">{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}</div>{% endblock %} |