uhh
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
<form action="/signup" method="post">
|
||||
<input type="text" id="username" name="username" class="form-control" placeholder="Username" value="" required>
|
||||
<input type="password" name="password" id="password" class="form-control" placeholder="Password" value="" required>
|
||||
{% if InviteKeysEnabled %}
|
||||
<input type="text" id="invite-key" name="invite-key" class="form-control mb-2" placeholder="Invite Key" value="" required>
|
||||
{% endif %}
|
||||
<div id="checkboxTerms">
|
||||
<input class="form-check-input" name="agreetoTermsandPrivacy" type="checkbox" id="agreeCheckbox" required>
|
||||
<label class="form-check-label" for="agreeCheckbox">
|
||||
|
||||
Reference in New Issue
Block a user