new game - form modification

This commit is contained in:
anon 2022-11-03 07:34:20 +01:00
parent b71a106ca1
commit 276b48b21c

View File

@ -50,10 +50,10 @@
<hr class="mt-2 d-block d-lg-none">
<div class="col-12 col-lg-8">
<form action="/play" method="post">
<form action="/generateNewGame" method="post">
@csrf
<h3>Hány kérdés szerepeljen:</h3>
<input type=number min=1 value=10 placeholder=10></input>
<input id=game_len name=game_len type=number min=1 value=10 placeholder=10></input>
<h6 mb-3>Sok sikert!</h6>
<button class="btn btn-success" type=submit>Kezdés</button>
</form>