From 46d51699f4674778f92a9e3aee0b982670f7033b Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 31 Oct 2023 11:59:12 +0100 Subject: [PATCH] [CHANGE] Service delete confirm template converted to BS5 --- .../templates/services/service_confirm_delete.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/allianceauth/services/templates/services/service_confirm_delete.html b/allianceauth/services/templates/services/service_confirm_delete.html index 32c30cd1..224065f7 100644 --- a/allianceauth/services/templates/services/service_confirm_delete.html +++ b/allianceauth/services/templates/services/service_confirm_delete.html @@ -1,4 +1,4 @@ -{% extends "allianceauth/base.html" %} +{% extends "allianceauth/base-bs5.html" %} {% load i18n %} @@ -11,9 +11,9 @@

{% blocktranslate with service_name=view.service_name|title %}Delete {{ service_name }} Account?{% endblocktranslate %}

-
-
-
+
+
+
{% csrf_token %}