diff --git a/src/common/templates/common/base.html b/src/common/templates/common/base.html index 2a233f6..b33b010 100644 --- a/src/common/templates/common/base.html +++ b/src/common/templates/common/base.html @@ -27,7 +27,7 @@ {% include "common/navbar.html" %}
-
+
{% bootstrap_messages %} {% block content %} {% endblock %}