renamed a variable
This commit is contained in:
parent
2836e0d878
commit
71f8e1623e
|
@ -19,7 +19,7 @@
|
||||||
<input type="text" name="last" id="last" value="<?= $editUser->getLast() ?>" required>
|
<input type="text" name="last" id="last" value="<?= $editUser->getLast() ?>" required>
|
||||||
<br>
|
<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':'' ?>>
|
<input type="checkbox" name="is_admin" id="is_admin" <?= $editUser->isAdmin()?'checked':'' ?>>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue