diff --git a/fet2020/templates/base.html b/fet2020/templates/base.html index 47ae8d4e..7db4270a 100644 --- a/fet2020/templates/base.html +++ b/fet2020/templates/base.html @@ -1,75 +1,135 @@ -{% extends 'footer.html' %} +{% extends 'head.html' %} {% load flatpages %} {% load static %} -{% block base %} - - - {% block content %} - {% endblock %} + {% block content %} + {% endblock %} + + +
+ Handcrafted + with + + by + FET +
+ + + + + + + + + + + + {% endblock %} diff --git a/fet2020/templates/body.html b/fet2020/templates/body.html deleted file mode 100644 index 077864e6..00000000 --- a/fet2020/templates/body.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends 'head.html' %} - -{% block body %} - - {% block base %} - {% endblock %} - - {% block footer %} - {% endblock %} - - {% include 'scripts.html' %} - -{% endblock %} diff --git a/fet2020/templates/footer.html b/fet2020/templates/footer.html deleted file mode 100644 index 9200e79c..00000000 --- a/fet2020/templates/footer.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends 'body.html' %} - -{% load flatpages %} - -{% block footer %} - -
- Handcrafted - with - - by - FET -
-{% endblock %} diff --git a/fet2020/templates/scripts.html b/fet2020/templates/scripts.html deleted file mode 100644 index 992c7f96..00000000 --- a/fet2020/templates/scripts.html +++ /dev/null @@ -1,24 +0,0 @@ -{% load static %} - - - - - - - - - - -