mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 06:51:01 +00:00
Avoid showing GetText metadata when trying to translate empty strings
This commit is contained in:
parent
efb71bc40c
commit
abe90706ff
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue