Avoid showing GetText metadata when trying to translate empty strings
This commit is contained in:
parent
efb71bc40c
commit
abe90706ff
@ -24,7 +24,7 @@
|
||||
</p>
|
||||
</div>
|
||||
{% endmacro post_card %}
|
||||
{% macro input(name, label, errors, form, type="text", props="", optional=false, default='', details='') %}
|
||||
{% macro input(name, label, errors, form, type="text", props="", optional=false, default='', details=' ') %}
|
||||
<label for="{{ name }}">
|
||||
{{ label | _ }}
|
||||
{% if optional %}
|
||||
|
Loading…
Reference in New Issue
Block a user