mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fixed position of quote character
This commit is contained in:
parent
3da4d3a17e
commit
c19e35b2d0
@ -9,7 +9,7 @@
|
||||
<h1>Search</h1>
|
||||
|
||||
<form action="{% templatetag openblock %} url 'search' {% templatetag closeblock %}" method="get">
|
||||
<input type="text" name="query"{% templatetag openblock %} if search_query {% templatetag closeblock %} value="{% templatetag openvariable %} search_query {% templatetag closevariable %}{% templatetag openblock %} endif {% templatetag closeblock %}">
|
||||
<input type="text" name="query"{% templatetag openblock %} if search_query {% templatetag closeblock %} value="{% templatetag openvariable %} search_query {% templatetag closevariable %}"{% templatetag openblock %} endif {% templatetag closeblock %}>
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user