diff options
author | Ben Cohen <ben@kensho.com> | 2019-07-28 16:31:46 -0400 |
---|---|---|
committer | Ben Cohen <ben@kensho.com> | 2019-07-28 16:31:46 -0400 |
commit | 60a30035b1fef0b3ebbe165b6efd62f3d82337e6 (patch) | |
tree | 42816327af6f9fab5ccbfab126ae54c5742754ca /templates/beerpage.jinja2 | |
parent | 605c1792a3bd924065c60ac2801cc919dacc0bc2 (diff) |
foo
Diffstat (limited to 'templates/beerpage.jinja2')
-rw-r--r-- | templates/beerpage.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/beerpage.jinja2 b/templates/beerpage.jinja2 index ed2bdb4..dc51718 100644 --- a/templates/beerpage.jinja2 +++ b/templates/beerpage.jinja2 @@ -87,7 +87,7 @@ function drawAnnotations() { <select name="direction" class="form-control"> <option {% if direction == '3' %}selected{% endif %} value="3">Much more</option> <option {% if direction == '2' %}selected{% endif %} value="2">More</option> - <option {% if direction == '1' %}selected{% endif %} value="1">Little more</option> + <option {% if direction == '1' or not direction%}selected{% endif %} value="1">Little more</option> <option {% if direction == '-1' %}selected{% endif %} value="-1">Little less</option> <option {% if direction == '-2' %}selected{% endif %} value="-2">Less</option> <option {% if direction == '-3' %}selected{% endif %} value="-3">Much less</option> |