dynamic categories in contribution modal dropdown
This commit is contained in:
@@ -276,13 +276,7 @@ if (!$municipality) {
|
||||
<label for="create-category">Kategorie</label>
|
||||
<select id="create-category" class="form-input">
|
||||
<option value="">— Bitte wählen —</option>
|
||||
<option value="mobility">🚲 Mobilität</option>
|
||||
<option value="building">🏗️ Bauen</option>
|
||||
<option value="energy">⚡ Energie</option>
|
||||
<option value="environment">🌳 Umwelt</option>
|
||||
<option value="industry">🏭 Industrie</option>
|
||||
<option value="consumption">🛒 Konsum</option>
|
||||
<option value="other">📌 Sonstiges</option>
|
||||
<!-- Categories populated dynamically -->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user