chore: up harmony

change group description to a textarea
This commit is contained in:
Barış Soner Uşaklı
2026-03-15 14:23:01 -04:00
parent 5f2b6b8ec6
commit ec4e87ff84
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
<div class="mb-3">
<label class="form-label" for="change-group-desc">[[admin/manage/groups:edit.description]]</label>
<input type="text" class="form-control" id="change-group-desc" value="{group.description}" maxlength="255" data-property />
<textarea type="text" class="form-control" id="change-group-desc" maxlength="255" data-property rows="5">{group.description}</textarea>
</div>