Skip to content

Commit

Permalink
fix broken template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 28, 2012
1 parent 0d2c8e8 commit c8a32ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ <h1>Welcome to ${g.site_title}!</h1>
<div class="action-box-inner find">
<h1>Find data</h1>

<form action="${h.url_for(controller='package', action='index')}" method="GET">
<form action="${h.url_for(controller='package', action='search')}" method="GET">
<input name="q" value="" class="search-field" placeholder="${_('Find datasets')}" />
</form>
${g.site_title} contains <a href="${h.url_for(controller='package')}">${c.package_count} datasets</a> that you can
${g.site_title} contains <a href="${h.url_for(controller='package', action='search')}">${c.package_count} datasets</a> that you can
browse, learn about and download.
</div>
</div>
Expand Down

0 comments on commit c8a32ca

Please sign in to comment.