From f8d03620de993fce72988a6dfeb24fbe3b4f06e1 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 13 Dec 2024 15:05:42 +0100 Subject: [PATCH] Move end parenthesis to the correct side of the endif --- template/confreg/admin_backend_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/confreg/admin_backend_list.html b/template/confreg/admin_backend_list.html index 21e7f1f3..0d4ce36e 100644 --- a/template/confreg/admin_backend_list.html +++ b/template/confreg/admin_backend_list.html @@ -63,7 +63,7 @@

{{title}}

{%if confirmed_transform_value%}
-
Please confirm the transform.{%if transform_example|islist%} For example:
    {%for e in transform_example%}
  • {{e}}
  • {%endfor%}
{%else%} ({{transform_example}}{%endif%}).
+
Please confirm the transform.{%if transform_example|islist%} For example:
    {%for e in transform_example%}
  • {{e}}
  • {%endfor%}
{%else%} ({{transform_example}}).{%endif%}
{%endif%} {%endif%}