number verify
This commit is contained in:
parent
db81a7aa8e
commit
025bd0645f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<h1>Enter 6-digit code</h1>
|
||||
<form method="POST">
|
||||
<label for="code">Code:</label>
|
||||
<input type="text" name="code" required>
|
||||
<input type="text" name="code" id="code" required pattern="\d{6}" minlength="6" maxlength="6" inputmode="numeric">
|
||||
<button type="submit">Verify</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue