Skip to content

Commit

Permalink
Fixes issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliv committed Jun 11, 2013
1 parent f88e06e commit 2c14dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsearch/templates/appsearch/search_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="span-5 description"></div>
</div>
<div class="span-5 term end-term{% if form.end_term.errors %} error{% endif %}"
{% if operator != "range" and not form.end_term.errors %}
{% if operator != "range" and not form.end_term.errors and not form.end_term.value %}
style="display: none;"
{% endif %}>
{% if form.end_term.errors %}{{ form.end_term.errors }}{% endif %}
Expand Down

0 comments on commit 2c14dd9

Please sign in to comment.