diff --git a/apps/templates/layouts/base.html b/apps/templates/layouts/base.html index 782c36e..060ea51 100644 --- a/apps/templates/layouts/base.html +++ b/apps/templates/layouts/base.html @@ -29,14 +29,16 @@ {% block stylesheets %}{% endblock stylesheets %} - + -
- {% include 'includes/navbar.html' %} - {% block content %}{% endblock content %} - {% include 'includes/footer.html' %} + {% include 'includes/navbar.html' %} + +
+ {% block content %}{% endblock content %}
+ {% include 'includes/footer.html' %} + {% include 'includes/toasts.html' %}