diff --git a/fragdenstaat_de/templates/admin/base.html b/fragdenstaat_de/templates/admin/base.html
index 817f8960..fa1aa4dd 100644
--- a/fragdenstaat_de/templates/admin/base.html
+++ b/fragdenstaat_de/templates/admin/base.html
@@ -3,12 +3,15 @@
{% block extrahead %}
{{ block.super }}
+{% endblock extrahead %}
+{% block extrastyle %}
+ {{ block.super }}
-{% endblock %}
+{% endblock extrastyle %}