Skip to content

Commit

Permalink
[#2375] enable search on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 12, 2012
1 parent 9c58335 commit d4effd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/home/index.html
Expand Up @@ -40,7 +40,7 @@ <h2 class="heading">{{ _("This is a featured section") }}</h2>
<div class="secondary">
<div class="secondary-inner">
<div class="module module-dark info">
<form class="dataset-search content clearfix" method="get">
<form class="dataset-search content clearfix" method="get" action="{% url_for controller='package', action='search' %}">
<h3 class="heading">{{ _("Search Your Data") }}</h3>
<span class="control-group search-giant">
<input type="text" class="search" name="q" value="{{ c.q }}" autocomplete="off" results="0" placeholder="{{ _('eg. Gold Prices') }}" />
Expand Down

0 comments on commit d4effd1

Please sign in to comment.