diff --git a/templates/_base.html b/templates/_base.html index e864763..19dd144 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -248,6 +248,11 @@ body { + + + + @@ -327,7 +332,8 @@ body { - + {% include "_messages.html" %} + {% block content %}{% endblock %}