... |
... |
@@ -11,8 +11,6 @@
|
11 |
11 |
<input type="hidden" id="filter-city-label-{{ id }}" name="filter_city_label" value="{{ formSetFilters.filter_city_label }}">
|
12 |
12 |
<select id="filter-city-{{ id }}" name="filter_city" data-placeholder="{{ formSetFilters.filter_city_label ?? 'PLZ/Ort' }}" autocomplete="off">
|
13 |
13 |
<option value="{{ formSetFilters.filter_city ?? '' }}">{{ formSetFilters.filter_city_label ?? 'PLZ/Ort' }}</option>
|
14 |
|
- <option value="49.44780,11.06830">Nürnberg</option>
|
15 |
|
- <option value="49.55000,10.88330">Herzogenaurach</option>
|
16 |
14 |
</select>
|
17 |
15 |
</div>
|
18 |
16 |
<div class="widget widget-text">
|