Commit 3176f1f76cd5110730558ed3c04bfa131a9f0d0f
Exists in
master
and in
39 other branches
Merge branch 'master' of github.com:TracyWebTech/colab
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/templates/search/search.html
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | <ul class="unstyled-list"> | 90 | <ul class="unstyled-list"> |
91 | {% for value, option in mimetype_choices %} | 91 | {% for value, option in mimetype_choices %} |
92 | {% with value|add:" "|add:mimetype_chosen as mimelistadd %} | 92 | {% with value|add:" "|add:mimetype_chosen as mimelistadd %} |
93 | - {% if value in mime_chosen %} | 93 | + {% if value in mimetype_chosen %} |
94 | <li class="selected" title="{% trans "Remove filter" %}"> | 94 | <li class="selected" title="{% trans "Remove filter" %}"> |
95 | <span class="glyphicon glyphicon-remove"></span> | 95 | <span class="glyphicon glyphicon-remove"></span> |
96 | <a href="{% pop_from_get mimetype=value %}">{{ option }}</a> | 96 | <a href="{% pop_from_get mimetype=value %}">{{ option }}</a> |