fix typo in fragment_location.html

This commit is contained in:
Laura Klünder 2016-12-19 00:54:18 +01:00
parent 6be7769e35
commit a63c98d8bc

View file

@ -1,6 +1,6 @@
{% load i18n %}
<div class="form-group col-md-6">
<label for="{ name }}_input">{{ heading }}</label>
<label for="{{ name }}_input">{{ heading }}</label>
<div class="locationselect {% if location %} selected{% endif %}">
<div class="locationselect-input">
<input type="text" class="form-control input-lg" id="{{ name }}_input" name="{{ name }}_search" placeholder="{% trans 'Search any Location…' %}">