fix: add action/method attributes to new game form
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="section">
|
||||
<h2>New Game</h2>
|
||||
<form id="new-game-form">
|
||||
<form id="new-game-form" action="/game/new" method="POST">
|
||||
<div class="form-group">
|
||||
<label>Board Size</label>
|
||||
<select name="board_size">
|
||||
|
||||
Reference in New Issue
Block a user