summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 78c563c..7f77fce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -101,7 +101,7 @@
{% endfor %}
</div>
{% endif %}
- <div id="content">
+ <div class="container-fluid">
{% block body %}
{% endblock %}
</div>