diff --git a/templates/forms/partials/input-user-group.html.twig b/templates/forms/partials/input-user-group.html.twig index 7669e13..306ef1a 100644 --- a/templates/forms/partials/input-user-group.html.twig +++ b/templates/forms/partials/input-user-group.html.twig @@ -2,7 +2,7 @@ {% if 'group' not in form.fields.hidden %} {% if col_width %}
{% endif %}
- +
{% if 'group' in form.fields.disabled %} diff --git a/templates/forms/partials/input-user-theme.html.twig b/templates/forms/partials/input-user-theme.html.twig index 74f84af..8d42f4b 100644 --- a/templates/forms/partials/input-user-theme.html.twig +++ b/templates/forms/partials/input-user-theme.html.twig @@ -2,7 +2,7 @@ {% if 'theme' not in form.fields.hidden %} {% if col_width %}
{% endif %}
- +
{% if 'theme' in form.fields.disabled %} diff --git a/templates/forms/partials/input-user-user_name.html.twig b/templates/forms/partials/input-user-user_name.html.twig index b9b689c..8384d35 100644 --- a/templates/forms/partials/input-user-user_name.html.twig +++ b/templates/forms/partials/input-user-user_name.html.twig @@ -2,10 +2,10 @@ {% if 'user_name' not in form.fields.hidden %} {% if col_width %}
{% endif %}
- +
- +
{% if col_width %}
{% endif %}