diff --git a/authentik/core/templates/partials/form.html b/authentik/core/templates/partials/form.html index be6358093..4a3b81c4c 100644 --- a/authentik/core/templates/partials/form.html +++ b/authentik/core/templates/partials/form.html @@ -3,7 +3,7 @@ {% csrf_token %} {% if form.non_field_errors %} -
+

{{ form.non_field_errors }}

@@ -13,7 +13,7 @@ {% if field.field.widget|fieldtype == 'HiddenInput' %} {{ field }} {% else %} -
+
{% if field.field.widget|fieldtype == 'RadioSelect' %}