diff --git a/fet2020/templates/admin/base.html b/fet2020/templates/admin/base.html
index cec2c34c..d7df2347 100644
--- a/fet2020/templates/admin/base.html
+++ b/fet2020/templates/admin/base.html
@@ -1,5 +1,10 @@
{% extends "admin/base.html" %}
{% load i18n admin_urls %}
+{% load static %}
+
+{% block extrahead %}
+
+{% endblock %}
{% block usertools %}
{% if has_permission %}
diff --git a/fet2020/templates/admin/base_site.html b/fet2020/templates/admin/base_site.html
index 36e8c15f..c7b85356 100644
--- a/fet2020/templates/admin/base_site.html
+++ b/fet2020/templates/admin/base_site.html
@@ -1,8 +1,3 @@
{% extends "admin/base_site.html" %}
-{% load static %}
{% block title %}{{ site_title }}: {{ title }} {% endblock %}
-
-{% block extrahead %}
-
-{% endblock %}