Skip to content

Commit

Permalink
[2375] Hook up the search in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 12, 2012
1 parent 219f643 commit f2e77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/header.html
Expand Up @@ -9,7 +9,7 @@ <h1><a href="{{ h.url('home') }}">{{ g.site_title }}</a></h1>
<p>{{ g.site_description }}</p>
</hgroup>
<div class="content">
<form class="section site-search simple-input" action="" method="get">
<form class="section site-search simple-input" action="{% url_for controller='package', action='search' %}" method="get">
<div class="field">
<label for="field-user-search">{{ _('Search Users') }}</label>
<input id="field-user-search" name="q" placeholder="{{ _('Search') }}" />
Expand Down

0 comments on commit f2e77a4

Please sign in to comment.