From 55712e8cbf50a30a26bf06220d7b3261d257fcb6 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Tue, 20 Oct 2020 04:26:04 -0400 Subject: [PATCH] fixing css not loading on production --- notes/templates/notes/meeting.html | 2 +- pages/templates/pages/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/templates/notes/meeting.html b/notes/templates/notes/meeting.html index 0051c3d..5236bdd 100644 --- a/notes/templates/notes/meeting.html +++ b/notes/templates/notes/meeting.html @@ -1,7 +1,7 @@ {% extends 'pages/base.html' %} {% load static %} {% block css %} - + {% endblock css %} {% block content %} diff --git a/pages/templates/pages/index.html b/pages/templates/pages/index.html index 6ca584f..261ae61 100644 --- a/pages/templates/pages/index.html +++ b/pages/templates/pages/index.html @@ -1,7 +1,7 @@ {% extends 'pages/base.html' %} {% load static %} {% block css %} - + {% endblock css %} {% block content %}