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' %}