fix: lint template
This commit is contained in:
parent
285b9337ad
commit
4ac5d4c056
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<span>
|
<span>
|
||||||
<label class="sr-only" for="q">{% translate "Map’s title" %}</label>
|
<label class="sr-only" for="q">{% translate "Map’s title" %}</label>
|
||||||
<input id="q" name="q" type="search"
|
<input id="q" name="q" type="search"
|
||||||
placeholder="{% translate 'Map’s title' %}"
|
placeholder="{% translate "Map’s title" %}"
|
||||||
value="{{ request.GET.q|default:"" }}" />
|
value="{{ request.GET.q|default:"" }}" />
|
||||||
</span>
|
</span>
|
||||||
<input type="submit" value="{% trans "Search my maps" %}" />
|
<input type="submit" value="{% trans "Search my maps" %}" />
|
||||||
|
|
Loading…
Reference in a new issue