From 03edcb6fdbac1486cf9edfaa29b6b0db028917f4 Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Tue, 11 Oct 2011 15:39:17 -0300 Subject: fixed a bug in secondary header --- askbot/skins/default/templates/blocks/secundary_header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/askbot/skins/default/templates/blocks/secundary_header.html b/askbot/skins/default/templates/blocks/secundary_header.html index 0d588627..bce63cec 100644 --- a/askbot/skins/default/templates/blocks/secundary_header.html +++ b/askbot/skins/default/templates/blocks/secundary_header.html @@ -6,12 +6,12 @@
ALL + href="{% url questions %}?scope=all" title="{% trans %}see all questions{% endtrans %}">ALL UNANSWERED + href="{% url questions %}?scope=unanswered&sort=answers-asc" title="{% trans %}see unanswered questions{% endtrans %}">UNANSWERED {% if request.user.is_authenticated() %} FOLLOWED + href="{% url questions %}?scope=favorite" title="{% trans %}see your followed questions{% endtrans %}">FOLLOWED {% endif %} {% include "blocks/input_bar.html" %} {# include search form block #} -- cgit v1.2.3-1-g7c22