Various fixes
This commit is contained in:
parent
54f026e262
commit
8c80870d30
5 changed files with 64 additions and 36 deletions
|
@ -23,8 +23,12 @@
|
|||
<input type="password" placeholder="Enter Password Again" name="psw2" required><br><br>
|
||||
|
||||
<label for="date"><b>Date of birth:</b></label><br>
|
||||
<input type="date" id="start" name="trip-start" name="date"/><br><br><br><br>
|
||||
<p class="wrongred" id="wrong"></p>
|
||||
<input type="date" id="start" name="date"/><br><br>
|
||||
|
||||
|
||||
<b id="TOSbox">I agree to the <a href="" id="TOSa">TOS</a>:</b>
|
||||
<input type="checkbox" id="TOS" name="TOS"/><br>
|
||||
<p class="wrongred" id="wrong"></p><br>
|
||||
<button type="submit">Create account</button>
|
||||
</form>
|
||||
<a href="/login.html">Already have an account?</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue