mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
bootstrap styles in forms fields
This commit is contained in:
@@ -1 +1,7 @@
|
||||
{% if text is not empty %}{{ text|nl2br }}{% else %}<span class="custom_fields_text empty">{{ 'None'|trans }}</span>{% endif %}
|
||||
{% if text is not empty %}
|
||||
{% apply markdown_to_html %}
|
||||
{{ text|raw }}
|
||||
{% endapply %}
|
||||
{% else %}
|
||||
<span class="custom_fields_text empty">{{ 'None'|trans }}</span>
|
||||
{% endif %}
|
Reference in New Issue
Block a user