Skip to content

Commit

Permalink
make tags and creator filters not sticky when starting new search
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia committed Jul 6, 2012
1 parent 0fffbc1 commit 3988aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karl/views/templates/searchresults.pt
Expand Up @@ -19,9 +19,9 @@
<div metal:fill-slot="content">

<form method="GET" action=""
tal:attributes="action request.url">
tal:attributes="action request.path_url">
<div class="sras-header">
<tal:block repeat="name params" omit-tag="">
<tal:block repeat="name [p for p in params if p not in ['tags', 'creator']]" omit-tag="">
<input type="hidden" name="${name}"
tal:condition="name != 'body'"
value="${params[name]}"/>
Expand Down

0 comments on commit 3988aa9

Please sign in to comment.