From 276b48b21ccc7103c675909229f958e2f31ccfbd Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Thu, 3 Nov 2022 07:34:20 +0100
Subject: [PATCH] new game - form modification

---
 picquiz/resources/views/game/newGame.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/picquiz/resources/views/game/newGame.blade.php b/picquiz/resources/views/game/newGame.blade.php
index 51d3c7b..f39fa41 100644
--- a/picquiz/resources/views/game/newGame.blade.php
+++ b/picquiz/resources/views/game/newGame.blade.php
@@ -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>