diff --git a/src/unfold/templates/unfold/helpers/help_text.html b/src/unfold/templates/unfold/helpers/help_text.html index bf2a9019..52a3c32c 100644 --- a/src/unfold/templates/unfold/helpers/help_text.html +++ b/src/unfold/templates/unfold/helpers/help_text.html @@ -1,3 +1,5 @@ -
- {{ help_text|safe }} -
+{% if help_text %} +
+ {{ help_text|safe }} +
+{% endif %}