Autofocus input

main
furo 2023-08-09 12:18:20 +02:00
parent 51b743b858
commit b8fc3bfa11
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% endif %}
<form action="/location/{{ location.id }}" method="get">
<label for="guess">Enter map to guess for:</label>
<input type="text" name="guess" id="guess">
<input type="text" name="guess" id="guess" autofocus>
<button class="btn primary outline" type="submit">Guess!</button>
</form>
{% endblock main %}