diff --git a/requirements.txt b/requirements.txt
index 912af82..cff7c81 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
-Django==2.0.6
-django-tinymce==2.6.0
-openpyxl==2.4.1
-Pillow==4.0.0
-reportlab==3.4.0
+Django==3.0.1
+django-tinymce==2.8.0
+openpyxl==3.0.2
+Pillow==6.2.1
+reportlab==3.5.32
diff --git a/templates/cms/base.html b/templates/cms/base.html
index a144356..e04fd7b 100644
--- a/templates/cms/base.html
+++ b/templates/cms/base.html
@@ -7,7 +7,6 @@
-
{% block extrastyle %}{% endblock %}
{% block extrahead %}{% endblock %}
{% block blockbots %}{% endblock %}