mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
Fixed a bug where the topbar search box did not have the name attribute.
This caused the search to fail.
This commit is contained in:
parent
e38a6e6d0d
commit
ae208b49ca
@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
<form method="get" action="{{ SETTINGS.APP_URL_ROOT }}{% if site %}{{ site.key }}/{% endif %}search" class="pull-right">
|
||||
<input type="text" placeholder="Search {% if site %}{{ site.name }}{% endif %}" />
|
||||
<input type="text" placeholder="Search {% if site %}{{ site.name }}{% endif %}" name="q" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user