From 2c3e982b7b4c6eecfc2ff9d449b8bed17bde4279 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 24 Jun 2024 20:13:15 -0500 Subject: [PATCH] Import font first --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index ec766e1..20a7e31 100644 --- a/templates/base.html +++ b/templates/base.html @@ -58,6 +58,9 @@ {% endcompress %} + + + {% if request.user.is_impersonate %} @@ -411,8 +414,5 @@ {% endblock %} - - -