Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit 7293a26

Browse files
committed
remove needless outer-div for confirmation-message
1 parent 0790ede commit 7293a26

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

inyoka_theme_default/templates/confirm_action_flash.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
#}
88
{% import 'macros.html' as macros %}
99

10-
<div>
11-
{% call macros.outer_form(csrf_token(), form, action=action_url|e, manually_rendered=True, submit_label=confirm_label|e) %}
12-
<p>{{ message|e }}</p>
13-
<input type="submit" name="cancel" value="{{ cancel_label|e }}" />
14-
{% endcall %}
15-
</div>
10+
{% call macros.outer_form(csrf_token(), form, action=action_url|e, manually_rendered=True, submit_label=confirm_label|e) %}
11+
<p>{{ message|e }}</p>
12+
<input type="submit" name="cancel" value="{{ cancel_label|e }}" />
13+
{% endcall %}

0 commit comments

Comments
 (0)