fix: lint template

This commit is contained in:
David Larlet 2024-02-09 12:01:13 -05:00
parent 285b9337ad
commit 4ac5d4c056
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -20,7 +20,7 @@
<span> <span>
<label class="sr-only" for="q">{% translate "Maps title" %}</label> <label class="sr-only" for="q">{% translate "Maps title" %}</label>
<input id="q" name="q" type="search" <input id="q" name="q" type="search"
placeholder="{% translate 'Maps title' %}" placeholder="{% translate "Maps 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" %}" />