add planet icon for all locations
This commit is contained in:
parent
3d5c9a9508
commit
2515c08d97
|
@ -37,7 +37,7 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="location" name="location" class="fa-select form-control filter-control">
|
<select id="location" name="location" class="fa-select form-control filter-control">
|
||||||
<option value="">All Locations</option>
|
<option value=""> All Locations</option>
|
||||||
{% for loc in camp.event_locations %}
|
{% for loc in camp.event_locations %}
|
||||||
<option value="{{ loc.slug }}" {% if location and location == loc %}selected{% endif %}>&#x{{ loc.icon }}; {{ loc.name }}</option>
|
<option value="{{ loc.slug }}" {% if location and location == loc %}selected{% endif %}>&#x{{ loc.icon }}; {{ loc.name }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue