diff --git a/nateman/templates/klausuren/edit.html.j2 b/nateman/templates/klausuren/edit.html.j2
index 43e9bec..b2b4a15 100644
--- a/nateman/templates/klausuren/edit.html.j2
+++ b/nateman/templates/klausuren/edit.html.j2
@@ -21,7 +21,7 @@
{% block title %}
Klausur: {{ klausur.kursname }}
- ({{ macros.date(klausur.date) }}; {{ klausur.lehrer.kuerzel }}, {{ klausur.stufe.name }})
+ ({{ macros.date(klausur.date, tag=false) }}; {{ klausur.lehrer.kuerzel }}, {{ klausur.stufe.name }})
{% endblock %}
{% block header %}
Klausur: {{ klausur.kursname }}
diff --git a/nateman/templates/macros.j2 b/nateman/templates/macros.j2
index 6e733a1..d217e69 100644
--- a/nateman/templates/macros.j2
+++ b/nateman/templates/macros.j2
@@ -17,10 +17,10 @@
along with this program. If not, see .
#}
-{% macro date(date) -%}
- {% endif %}
{%- endmacro %}
{% macro zeitraum(klausur) -%}