diff --git a/shiftregister/app/templates/helper_base.html b/shiftregister/app/templates/helper_base.html index 64bbaec..72c3241 100644 --- a/shiftregister/app/templates/helper_base.html +++ b/shiftregister/app/templates/helper_base.html @@ -28,16 +28,14 @@ {% block content %}{% endblock %} +{% endblock %} +{% block footer %} {% if DEBUG %} - {% endif %} {% endblock %} diff --git a/templates/base.html b/templates/base.html index 0b56409..0048084 100644 --- a/templates/base.html +++ b/templates/base.html @@ -27,8 +27,18 @@ {% block body %} + + {% include 'notifications.html' %} + + {% endblock %} +