diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/beerpage.jinja2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/beerpage.jinja2 b/templates/beerpage.jinja2 index 303f629..f1731d4 100644 --- a/templates/beerpage.jinja2 +++ b/templates/beerpage.jinja2 @@ -98,9 +98,6 @@ function drawAnnotations() { <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' or not direction%}selected{% endif %} value="1">Slightly more</option> - <option {% if direction == '-1' %}selected{% endif %} value="-1">Slightly less</option> - <option {% if direction == '-2' %}selected{% endif %} value="-2">Less</option> - <option {% if direction == '-3' %}selected{% endif %} value="-3">Much less</option> </select> <select name="attr" class="form-control"> {% for a in attrs %} |