From 75bb59a22aa517e2529f39a3cb65d58168535c44 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 6 May 2020 17:59:19 +0200 Subject: [PATCH] ui: fix help text not being shown for checkboxes --- passbook/core/templates/partials/form.html | 5 +++++ passbook/core/templates/partials/form_horizontal.html | 3 +++ 2 files changed, 8 insertions(+) diff --git a/passbook/core/templates/partials/form.html b/passbook/core/templates/partials/form.html index dfe2b564a..c7aa7ebe9 100644 --- a/passbook/core/templates/partials/form.html +++ b/passbook/core/templates/partials/form.html @@ -29,6 +29,11 @@ + {% if field.help_text %} + + {{ field.help_text }} + + {% endif %} {% else %}