mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11: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>
|
||||
</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 a new issue