add planet icon for all locations

This commit is contained in:
Thomas Steen Rasmussen 2017-03-14 23:32:40 +01:00
parent 3d5c9a9508
commit 2515c08d97

View file

@ -37,7 +37,7 @@
</select>
<select id="location" name="location" class="fa-select form-control filter-control">
<option value="">All Locations</option>
<option value="">&#xf0ac; All Locations</option>
{% for loc in camp.event_locations %}
<option value="{{ loc.slug }}" {% if location and location == loc %}selected{% endif %}>&#x{{ loc.icon }}; {{ loc.name }}</option>
{% endfor %}