mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
take into account new lines into customfiels text
[ci skip]
This commit is contained in:
parent
19a674d7a0
commit
65b8499458
@ -1 +1 @@
|
||||
{% if text is not empty %}{{ text }}{% else %}<span class="custom_fields_text empty">{{ 'None'|trans }}</span>{% endif %}
|
||||
{% if text is not empty %}{{ text|nl2br }}{% else %}<span class="custom_fields_text empty">{{ 'None'|trans }}</span>{% endif %}
|
Loading…
x
Reference in New Issue
Block a user