diff --git a/app/static/images/cloudsbg.jpeg b/app/static/images/cloudsbg.jpeg new file mode 100644 index 0000000..dd70580 Binary files /dev/null and b/app/static/images/cloudsbg.jpeg differ diff --git a/app/templates/base.html b/app/templates/base.html index ffcc332..b94ee69 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,4 +1,5 @@ {% extends "bootstrap/base.html" %} + {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} @@ -9,6 +10,8 @@ {% block head %} {{ super() }} + + {% endblock %} {% block styles %} @@ -20,7 +23,6 @@ {% block scripts %} {{ super() }} - {% endblock %} {% block navbar %} @@ -42,5 +44,3 @@ {% block footer %} {% include "footer.html" %} {% endblock %} - - diff --git a/app/templates/footer.html b/app/templates/footer.html index 7c98bf5..9dcbb80 100644 --- a/app/templates/footer.html +++ b/app/templates/footer.html @@ -1,9 +1,28 @@ -{% block page_footer %} -
-
-