diff --git a/app/server/templates/base.html b/app/server/templates/base.html index 42e16cf4..3e70ccac 100644 --- a/app/server/templates/base.html +++ b/app/server/templates/base.html @@ -16,7 +16,6 @@ - @@ -94,20 +93,5 @@ {% block content %}{% endblock %} {% block footer %}{% endblock %} - - \ No newline at end of file diff --git a/app/server/templates/index.html b/app/server/templates/index.html index d7ea0707..4e2a342a 100644 --- a/app/server/templates/index.html +++ b/app/server/templates/index.html @@ -1,5 +1,10 @@ {% extends "base.html" %} {% load static %} + +{% block header %} + +{% endblock %} + {% block content %}
@@ -207,4 +212,22 @@
+{% endblock %} + +{% block footer %} + + {% endblock %} \ No newline at end of file