From fc1caf1469330236f7fd8b8318e6ba1b262671c7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 3 Apr 2021 19:07:54 +0200 Subject: [PATCH] api: remove js i18n catalog Signed-off-by: Jens Langhammer --- authentik/api/urls.py | 2 -- authentik/core/templates/base/skeleton.html | 1 - web/src/interfaces/admin/index.html | 1 - web/src/interfaces/flow/index.html | 1 - 4 files changed, 5 deletions(-) diff --git a/authentik/api/urls.py b/authentik/api/urls.py index d3eadf03c..b4c7791b9 100644 --- a/authentik/api/urls.py +++ b/authentik/api/urls.py @@ -1,10 +1,8 @@ """authentik api urls""" from django.urls import include, path -from django.views.i18n import JavaScriptCatalog from authentik.api.v2.urls import urlpatterns as v2_urls urlpatterns = [ path("v2beta/", include(v2_urls)), - path("jsi18n/", JavaScriptCatalog.as_view(), name="javascript-catalog"), ] diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index 32cf59544..db27c6d17 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -12,7 +12,6 @@ - {% block head %} {% endblock %} diff --git a/web/src/interfaces/admin/index.html b/web/src/interfaces/admin/index.html index 9b9e07189..1e8e705fb 100644 --- a/web/src/interfaces/admin/index.html +++ b/web/src/interfaces/admin/index.html @@ -7,7 +7,6 @@ - authentik diff --git a/web/src/interfaces/flow/index.html b/web/src/interfaces/flow/index.html index e25424e83..b574d4948 100644 --- a/web/src/interfaces/flow/index.html +++ b/web/src/interfaces/flow/index.html @@ -7,7 +7,6 @@ - authentik