diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index ffb20ae..f10b77e 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -9,23 +9,23 @@ - - - - - + + + + + {% block styles %} {% endblock %} - + {% block body %} {% endblock %} - + {% block scripts %} {% endblock %} diff --git a/app/templates/layouts/bootstrap.html b/app/templates/layouts/bootstrap.html index 6fddfb7..ad8114b 100644 --- a/app/templates/layouts/bootstrap.html +++ b/app/templates/layouts/bootstrap.html @@ -2,12 +2,12 @@ {% block styles %} {{ super() }} - - - + + + - - + + {% endblock %}