From da4b801932335cb8524297be31ba63d2444c06c7 Mon Sep 17 00:00:00 2001 From: Jared Parnell Date: Wed, 16 Nov 2022 18:04:16 +0000 Subject: [PATCH] maps: Add sources for static files --- cove_ofds/templates/cove_ofds/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cove_ofds/templates/cove_ofds/base.html b/cove_ofds/templates/cove_ofds/base.html index 1b0a3a4..4e48bf4 100644 --- a/cove_ofds/templates/cove_ofds/base.html +++ b/cove_ofds/templates/cove_ofds/base.html @@ -5,10 +5,10 @@ {% block after_head %} - - - - + + + + {% endblock %}