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 | 39672e7a85aa432f574c8e705ff317956d93efc3 (patch) | |
tree | a857b9a3297ea6b1ae2f13006e448b0bf1bca512 /ishtar_common | |
parent | 76709af37905fde01e342c626f336034b44e2b67 (diff) | |
download | Ishtar-39672e7a85aa432f574c8e705ff317956d93efc3.tar.bz2 Ishtar-39672e7a85aa432f574c8e705ff317956d93efc3.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 %} |