diff --git a/backend/templates/admin/base.html b/backend/templates/admin/base.html
new file mode 100644
index 00000000..c51a69d7
--- /dev/null
+++ b/backend/templates/admin/base.html
@@ -0,0 +1,60 @@
+{% extends 'admin/base.html' %}
+
+{% block extrahead %}{{ block.super }}
+
+{% endblock %}
diff --git a/requirements.txt b/requirements.txt
index 8955a971..b4e2dcf5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-django<3.2 # 3.2 has dark admin theme which looks bad in custom django CMS admin views
+django>=3.2,<3.3
dj-database-url==0.5.0
django-storage-url==0.5.0
whitenoise==5.2.0