fix site ui

This commit is contained in:
Laura Klünder 2016-12-16 15:07:18 +01:00
parent 3269394c42
commit d84d3d6323
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
<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…' %}">
<input type="text" class="form-control input-lg" id="{{ name }}_input" name="{{ name }}_search" placeholder="{% trans 'Search any Location…' %}">
</div>
<div class="locationselect-selected">
<div class="location form-control input-lg">
@ -13,7 +13,7 @@
<div class="icons">
<a href="" class="reset"></a>
</div>
<input type="hidden" name="{{ name }}" value="{{ location.name }}" class="name-field">
<input type="hidden" name="{{ name }}" value="{{ location.location_id }}" class="id-field">
</div>
</div>
</div>