From f96c2db5df53e42cdd2efa7ac68fe72e6a5ccd0a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 26 Dec 2020 00:43:29 +0100 Subject: [PATCH] core: show multi-select notice for SelectMultiple Widgets --- authentik/core/templates/partials/form_horizontal.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authentik/core/templates/partials/form_horizontal.html b/authentik/core/templates/partials/form_horizontal.html index 508510e3d..14baa5286 100644 --- a/authentik/core/templates/partials/form_horizontal.html +++ b/authentik/core/templates/partials/form_horizontal.html @@ -31,7 +31,7 @@

{{ field.help_text }}

{% endif %} - {% elif field.field.widget|fieldtype == 'Select' %} + {% elif field.field.widget|fieldtype == 'Select' or field.field.widget|fieldtype == "SelectMultiple" %}
{% elif field.field.widget|fieldtype == 'CheckboxInput' %}