diff --git a/institut/templates/base.html b/institut/templates/base.html index 2c96891896275e309958369ea88cb9b5223a5aa0..72fc2e716d868efe6c85f303f1d3f02da954bf28 100644 --- a/institut/templates/base.html +++ b/institut/templates/base.html @@ -69,7 +69,9 @@ </div> </nav> - {% block content %}{% endblock %} + <div class="mb-10"> + {% block content %}{% endblock %} + </div> {% block extra_js %}{% endblock %} </body>