From 2862b4ecfb749587dd484d42d06002b043585458 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 9 Sep 2021 20:09:12 +0200 Subject: [PATCH] core: remove ?v from static files Signed-off-by: Jens Langhammer --- authentik/core/templates/base/skeleton.html | 14 +++++++------- authentik/core/templates/if/admin.html | 2 +- authentik/core/templates/if/flow.html | 2 +- authentik/core/templates/login/base_full.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index 1efc101fd..66ca0c04f 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -8,15 +8,15 @@ {% block title %}{% trans title|default:tenant.branding_title %}{% endblock %} - - - - - + + + + + {% block head_before %} {% endblock %} - - + + {% block head %} {% endblock %} diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html index 34679b1ae..d0c4e0edd 100644 --- a/authentik/core/templates/if/admin.html +++ b/authentik/core/templates/if/admin.html @@ -4,7 +4,7 @@ {% load i18n %} {% block head %} - + {% endblock %} {% block body %} diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index 8b1a381a7..09c4c5246 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -10,7 +10,7 @@ {% endblock %} {% block head %} - +