summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar_common/templates/index.html2
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 %}