renamed a variable

This commit is contained in:
tracer 2022-10-24 18:43:28 +02:00
parent 2836e0d878
commit 71f8e1623e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<input type="text" name="last" id="last" value="<?= $editUser->getLast() ?>" required>
<br>
<label for="is-admin">Is Admin</label>
<label for="is_admin">Is Admin</label>
<input type="checkbox" name="is_admin" id="is_admin" <?= $editUser->isAdmin()?'checked':'' ?>>
<br>