Commit 05eafcb1191bdc5f36c2870390c1ba6680a086b8

Authored by Luan
1 parent 698987cd

Minor fixes on search filters, missing from last commit

src/search/templates/search/includes/search_filters.html
@@ -98,9 +98,9 @@ @@ -98,9 +98,9 @@
98 <span class="glyphicon glyphicon-chevron-right"></span> 98 <span class="glyphicon glyphicon-chevron-right"></span>
99 <a href="{% append_to_get order=option p=1 %}"> 99 <a href="{% append_to_get order=option p=1 %}">
100 {% ifequal request.GET.order option %} 100 {% ifequal request.GET.order option %}
101 - {% blocktrans with name=dict_order.name %}<strong>{{ name }}</strong>{% endblocktrans %} 101 + <strong>{{ dict_order.name }}</strong>
102 {% else %} 102 {% else %}
103 - {% blocktrans with name=dict_order.name %}{{ name }}{% endblocktrans %} 103 + {{ dict_order.name }}
104 {% endifequal %} 104 {% endifequal %}
105 </a> 105 </a>
106 </li> 106 </li>