Skip to content

Commit

Permalink
Move end parenthesis to the correct side of the endif
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Dec 13, 2024
1 parent d691c9a commit f8d0362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/confreg/admin_backend_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>{{title}}</h1>
{%if confirmed_transform_value%}
<div class="form-group">
<label class="control-label col-lg-3" for="id_confirmed_transform">Confirm:</label>
<div class="col-lg-9 controls"><input type="checkbox" id="id_confirmed_transform" name="confirmed_transform" value="{{confirmed_transform_value}}"> Please confirm the transform.{%if transform_example|islist%} For example:<br/><ul>{%for e in transform_example%}<li>{{e}}</li>{%endfor%}</ul>{%else%} ({{transform_example}}{%endif%}).</div>
<div class="col-lg-9 controls"><input type="checkbox" id="id_confirmed_transform" name="confirmed_transform" value="{{confirmed_transform_value}}"> Please confirm the transform.{%if transform_example|islist%} For example:<br/><ul>{%for e in transform_example%}<li>{{e}}</li>{%endfor%}</ul>{%else%} ({{transform_example}}).{%endif%}</div>
</div>
{%endif%}
{%endif%}
Expand Down

0 comments on commit f8d0362

Please sign in to comment.