Added missing classes and label references

This commit is contained in:
2023-06-01 15:26:10 +01:00
parent d5a823692b
commit 6a9b24a626
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{% if 'theme' not in form.fields.hidden %}
{% if col_width %}<div class="{{col_width}}">{% endif %}
<div class="form-group">
<label for="input-user-theme">{{translate('THEME')}}</label>
<label for="input-user-theme" class="control-label">{{translate('THEME')}}</label>
<div class="input-group">
<span class="input-group-addon"><i class="fas fa-puzzle-piece fa-fw"></i></span>
{% if 'theme' in form.fields.disabled %}