Make ITU zone not required

This commit is contained in:
phl0
2024-08-26 22:58:41 +02:00
parent 9b454591cc
commit 9ba63ea9ef

View File

@@ -398,7 +398,7 @@
</div>
<div class="mb-3">
<label for="ituz"><?= __("ITU Zone"); ?></label>
<select class="form-select" id="ituz" name="ituz" required>
<select class="form-select" id="ituz" name="ituz">
<?php
for ($i = 0; $i<=90; $i++) {
echo '<option value="'. $i . '">'. $i .'</option>';