summaryrefslogtreecommitdiffstats
path: root/askbot/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/macros.html')
-rw-r--r--askbot/templates/macros.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/askbot/templates/macros.html b/askbot/templates/macros.html
index f0fe368e..7ed1162b 100644
--- a/askbot/templates/macros.html
+++ b/askbot/templates/macros.html
@@ -780,9 +780,7 @@ for the purposes of the AJAX comment editor #}
{%- macro moderation_items_link(user, moderation_items) -%}
{% if moderation_items %}
- <a id="ab-responses"
- href="{{user.get_absolute_url()}}?sort=inbox&section=flags"
- >
+ <a id="ab-responses" href="{% url moderation_queue %}">
{% if moderation_items['new_count'] > 0 %}
<img src="{{'/images/dialog-warning.png'|media}}"
{% if moderation_items['seen_count'] > 0 %}