Update {{ text_field(charge | safe) }}

This commit is contained in:
karlchillmaid
2021-04-20 17:31:08 +01:00
committed by GitHub
parent 94d71ca330
commit 652f3f8065

View File

@@ -31,7 +31,7 @@
] %}
{% call row() %}
{{ text_field(message_length) }}
{{ text_field(charge) }}
{{ text_field(charge | safe) }}
{% endcall %}
{% endfor %}
{% endcall %}