fix const names

This commit is contained in:
shoopea
2024-10-29 20:25:01 +01:00
parent e9182933ca
commit 3133176813
3 changed files with 13 additions and 13 deletions

View File

@@ -95,8 +95,8 @@
<input type="text" id="team2" name="team2" class="form-control">
</div>
<div class="mb-3">
<label for="gamesel" class="form-label">Game Selection:</label>
<select id="game_sel" name="gamesel" class="form-select">
<label for="game" class="form-label">Game Selection:</label>
<select id="game" name="game" class="form-select">
<option value="1">Competitive Short</option>
<option value="2">Competitive Long</option>
<option value="3">Casual Short</option>
@@ -106,7 +106,7 @@
</div>
<div class="mb-3">
<label for="map" class="form-label">Map:</label>
<select id="selectedMap" name="map" class="form-select">
<select id="map" name="map" class="form-select">
<option value="cs_italy">cs_italy</option>
<option value="cs_office">cs_office</option>
<option value="de_ancient">de_ancient</option>