diff --git a/sourcing/templates/base.html b/sourcing/templates/base.html index d910e10..ec37206 100644 --- a/sourcing/templates/base.html +++ b/sourcing/templates/base.html @@ -18,7 +18,7 @@ {% include "navbar.html" %} {% block dialogs %} {% endblock %} -
+
{% include "flash_msg.html" %} {% block content %} diff --git a/sourcing/templates/navbar.html b/sourcing/templates/navbar.html index 3a4e14f..34d5f8a 100644 --- a/sourcing/templates/navbar.html +++ b/sourcing/templates/navbar.html @@ -1,5 +1,5 @@