From 19b8d46665cc8fa02121c5761ee62d99e9359105 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 25 Nov 2009 19:45:10 -0500 Subject: fixed user tag selection and count, link points to user authored questions/answers, fixed diff_date a little --- templates/user_stats.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/user_stats.html b/templates/user_stats.html index 2b7949e8..06f1cd2b 100644 --- a/templates/user_stats.html +++ b/templates/user_stats.html @@ -84,7 +84,7 @@ {% spaceless %}

- {% blocktrans count tags|length as counter %} + {% blocktrans count user_tags|length as counter %} 1 Tag {% plural %} {{counter}} Tags @@ -95,10 +95,11 @@
- {% for tag in tags%} + {% for tag in user_tags%} × {{ tag.used_count|intcomma }}
+ title="{% blocktrans with tag.name as tag_name %}see other questions tagged '{{ tag_name }}' {% endblocktrans %}" + href="{% url forum.views.tag tag|urlencode %}?user={{view_user.username}}">{{tag.name}} + × {{ tag.user_tag_usage_count|intcomma }}
{% if forloop.counter|divisibleby:"10" %}
-- cgit v1.2.3-1-g7c22