mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-26 19:31:19 +01:00
14 lines
398 B
HTML
14 lines
398 B
HTML
{% if help_text_inline and not error_text_inline %}
|
|
{% include 'crispy-daisyui/layout/help_text.html' %}
|
|
{% endif %}
|
|
|
|
{% if error_text_inline %}
|
|
{% include 'crispy-daisyui/layout/field_errors.html' %}
|
|
{% else %}
|
|
{% include 'crispy-daisyui/layout/field_errors_block.html' %}
|
|
{% endif %}
|
|
|
|
{% if not help_text_inline %}
|
|
{% include 'crispy-daisyui/layout/help_text.html' %}
|
|
{% endif %}
|