Avoid showing GetText metadata when trying to translate empty strings
This commit is contained in:
parent
efb71bc40c
commit
abe90706ff
@ -24,7 +24,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endmacro post_card %}
|
{% 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 for="{{ name }}">
|
||||||
{{ label | _ }}
|
{{ label | _ }}
|
||||||
{% if optional %}
|
{% if optional %}
|
||||||
|
Loading…
Reference in New Issue
Block a user