Merge pull request #13329 from karlvaniseghem/twig-auto-escape
Removed
This commit is contained in:
commit
69e50a8886
@ -1,4 +1,4 @@
|
||||
{{ dropdown_question is not empty ? dropdown_question ~ ' ' -}}
|
||||
{{ dropdown_question is not empty ? dropdown_question -}}
|
||||
<select name="{{ select_name }}">
|
||||
{% for one_value, one_label in choices %}
|
||||
<option value="{{ one_value }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user