Update index.php

This commit is contained in:
James 2022-09-30 09:51:31 +02:00
parent a8d59d8559
commit 2818867b30
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<div class="card black">
<div class="card-content white-text"> <span class="card-title">Strategies</span>
<span>Do your players play any strategy games? (Chess counts)</span> <br />
<label> <input name="party_strategies" value="1" type="radio" checked /> <span>No</span> </label>
<label> <input name="party_strategies" value="1" type="radio" checked /> <span>No</span> </label> <br />
<label> <input name="party_strategies" value="2" type="radio" /> <span>Yes, league</span> </label> <br />
<label> <input name="party_strategies" value="3" type="radio" /> <span>Yes</span> </label> <br />
</div>