From 34aa01bf0accacfeb0613df0aced83259259a115 Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Wed, 4 Jan 2023 17:46:33 -0500 Subject: [PATCH] :sparkles: add fontawesome --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index a2f7adf3..0a61bcc3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,7 @@ + {% block extra_head %}{% endblock %}