From 96c0c1218fa32e040ff0a9b82ec66883296ff4fb Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 5 Oct 2024 11:05:50 +0200 Subject: [PATCH] refactor: identation --- .../details/detail_adoption_notice.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index e90b8b3..1c299e6 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -6,19 +6,19 @@

{{ adoption_notice.name }} {% if not is_subscribed %} -
- {% csrf_token %} - - - -
+
+ {% csrf_token %} + + + +
{% else %} -
- {% csrf_token %} - - - -
+
+ {% csrf_token %} + + + +
{% endif %}

{% if has_edit_permission %}