Skip to content
Snippets Groups Projects
Commit e95dd73e authored by Romain's avatar Romain
Browse files

debug gestion match admin

parent 2cfb6108
No related branches found
No related tags found
1 merge request!1Merge Request - Développement vers Main (Draft)
...@@ -124,7 +124,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['update'])) { ...@@ -124,7 +124,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['update'])) {
<div class="form-group"> <div class="form-group">
<label for="type">Type</label> <label for="type">Type</label>
<select id="type" name="type" class="form-input" required> <select id="type" name="type" class="form-input" required>
<option value="local" <?php echo $match['type'] === 'local' ? 'selected' : ''; ?>>Local</option> <option value="regional" <?php echo $match['type'] === 'regional' ? 'selected' : ''; ?>>Regional</option>
<option value="national" <?php echo $match['type'] === 'national' ? 'selected' : ''; ?>>National</option> <option value="national" <?php echo $match['type'] === 'national' ? 'selected' : ''; ?>>National</option>
</select> </select>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment