Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Don't show the search checkbox for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Dec 22, 2011
1 parent 6502f72 commit d6bb6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/phonebook/templates/phonebook/search.html
Expand Up @@ -19,12 +19,14 @@ <h1>{{ _('Search') }}</h1>
placeholder="{{ _('Name, IRC Nick, or Email') }}" autofocus
value="{% if form.cleaned_data %}{{ form.cleaned_data.q }}{% endif %}">
<input type="hidden" name="limit" id="limit" value="{{ limit }}">
{#
<div class="search-options-wrapper">
<div class="search-options">
<input type="checkbox" name="nonvouched_only" id="nonvouched_only" {% if nonvouched_only %}checked="checked"{% endif %}>
<span>{{ _('Show non-vouched members only') }}</span>
</div>
</div>
#}
<button type="submit" class="button primary small">
{{ _('Search') }}
</button>
Expand Down

0 comments on commit d6bb6ac

Please sign in to comment.