fix typo in fragment_location.html
This commit is contained in:
parent
6be7769e35
commit
a63c98d8bc
1 changed files with 1 additions and 1 deletions
|
@ -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…' %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue