Remove hardcoded
This commit is contained in:
parent
1a54f7ab8e
commit
9064fbb537
@ -4,11 +4,7 @@
|
|||||||
|
|
||||||
<input type="email" id="form-email" placeholder="Email" required > <br>
|
<input type="email" id="form-email" placeholder="Email" required > <br>
|
||||||
<input type="text" id="form-username" placeholder="Username (Optional)" > <br>
|
<input type="text" id="form-username" placeholder="Username (Optional)" > <br>
|
||||||
<div id="lister-roles">
|
<div id="lister-roles"></div>
|
||||||
<!-- hardcoded -->
|
|
||||||
<label><input type="checkbox" name="roles" value="2">Admin</label>
|
|
||||||
<label><input type="checkbox" name="roles" value="3">Member</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>You need to insert your password for confirm the invitation</p>
|
<p>You need to insert your password for confirm the invitation</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user