Skip to content

Commit

Permalink
[#2375] fix user search on me page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 10, 2012
1 parent 85bc8ca commit a12cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/snippets/user_search.html
@@ -1,6 +1,6 @@
<section class="module module-narrow module-shallow simple-input">
<h2 class="module-heading">{{ _('Users') }}</h2>
<form class="module-content field-bordered" action="" method="get">
<form class="module-content field-bordered" action="{% url_for controller='user', action='index' %}" method="get">
<div class="field">
<label for="field-user-search">{{ _('Search Users') }}</label>
<input id="field-user-search" class="field" name="q" placeholder="{{ _('Search') }}" />
Expand Down

0 comments on commit a12cb16

Please sign in to comment.