diff --git a/app/templates/base/base.html b/app/templates/base/base.html index 6a43de1..4e03c4e 100644 --- a/app/templates/base/base.html +++ b/app/templates/base/base.html @@ -13,9 +13,10 @@ {% block content %} {% endblock %} + + {% include "base/footer.html" %} - {% include "base/footer.html" %} {% include "base/flash.html" %} {% include "base/scripts.html" %} diff --git a/app/templates/base/footer.html b/app/templates/base/footer.html index 23f09b3..c7cb38d 100644 --- a/app/templates/base/footer.html +++ b/app/templates/base/footer.html @@ -1,7 +1,5 @@ -
- -
+