aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j26
1 files changed, 1 insertions, 5 deletions
diff --git a/common/base.j2 b/common/base.j2
index d515ea1d..72fc1ab4 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -9,10 +9,6 @@
9 <body id="mybody"> 9 <body id="mybody">
10 {% include "common/navigation.j2.inc" %} 10 {% include "common/navigation.j2.inc" %}
11 {% block body_content %}{% endblock %} 11 {% block body_content %}{% endblock %}
12 <div class="container-fluid"> 12 {% include "common/footer.j2.inc" %}
13 <div class="container">
14 {% include "common/footer.j2.inc" %}
15 </div>
16 </div>
17 </body> 13 </body>
18</html> 14</html>