From 6a9b24a6264db620d937c30548612b859ff58019 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 1 Jun 2023 15:26:10 +0100 Subject: [PATCH] Added missing classes and label references --- templates/forms/partials/input-user-group.html.twig | 2 +- templates/forms/partials/input-user-theme.html.twig | 2 +- templates/forms/partials/input-user-user_name.html.twig | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 %}