0
0
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:
Karl Hobley 2015-06-09 15:51:07 +01:00
parent 3da4d3a17e
commit c19e35b2d0

View File

@ -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>