From 2e279e8597edd2e0be1e34f3c0481e190d76d8af Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 31 Dec 2021 17:49:50 +0000 Subject: [PATCH] . --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 5cc2e955..77e3bf46 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,8 +8,6 @@ PENRA Courses {% endblock %} - {% block css %} - {% endblock %} @@ -52,6 +50,8 @@ {% block js %} {% endblock %} + {% block css %} + {% endblock %}