{% endif %} {{ report }}
-
+
diff --git a/core/templates/header.html b/core/templates/header.html
deleted file mode 100644
index 567861a..0000000
--- a/core/templates/header.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/core/templates/index.html b/core/templates/index.html
index 888542e..5e0bfc9 100644
--- a/core/templates/index.html
+++ b/core/templates/index.html
@@ -1,13 +1,4 @@
-
-
-
Azube
- {% include 'head.html' %}
-
-
-
- {% include 'header.html' with title="Deine Berichtshefte" center=False %}
-
-
+ {{ title|safe }}
{% if late_reports > 1 %}
@@ -33,9 +24,11 @@
{% for report in reports %}
{% if forloop.first %} {% if report.week != week_now %}
-
+
+
{% endif %} {% endif %}
{% include 'component/report.html' with report=report %}
@@ -50,5 +43,3 @@
-
-
diff --git a/core/templates/report.html b/core/templates/report.html
index 04db2cb..de52a08 100644
--- a/core/templates/report.html
+++ b/core/templates/report.html
@@ -1,14 +1,5 @@
-
-
-