diff --git a/allianceauth/authentication/templates/public/middle_box.html b/allianceauth/authentication/templates/public/middle_box.html
index cb127c36..ff3688bb 100644
--- a/allianceauth/authentication/templates/public/middle_box.html
+++ b/allianceauth/authentication/templates/public/middle_box.html
@@ -1,5 +1,4 @@
{% extends 'public/base.html' %}
-{% load static %}
{% block content %}
{% if messages %}
diff --git a/allianceauth/authentication/templates/public/register.html b/allianceauth/authentication/templates/public/register.html
index 9ddeea9d..e0f80382 100644
--- a/allianceauth/authentication/templates/public/register.html
+++ b/allianceauth/authentication/templates/public/register.html
@@ -1,6 +1,5 @@
{% extends 'public/base.html' %}
-{% load static %}
{% load bootstrap %}
{% load i18n %}
diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html
index a9aa5ef5..8d5f2ea1 100644
--- a/allianceauth/authentication/templates/registration/registration_form.html
+++ b/allianceauth/authentication/templates/registration/registration_form.html
@@ -1,7 +1,6 @@
{% extends 'public/middle_box.html' %}
{% load bootstrap %}
{% load i18n %}
-{% load static %}
{% block page_title %}{% translate "Register" %}{% endblock %}
{% block middle_box_content %}