From 1eacc7a42618e84766477fbcc2c32a1da3547115 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 10 Aug 2009 21:40:01 -0400 Subject: untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin --- templates/user_stats.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates/user_stats.html') diff --git a/templates/user_stats.html b/templates/user_stats.html index 432a5b34..2c2a7a72 100644 --- a/templates/user_stats.html +++ b/templates/user_stats.html @@ -2,6 +2,7 @@ {% load i18n %} {% load extra_tags %} +{% load extra_filters %} {% load humanize %} {% block usercontent %} @@ -32,7 +33,7 @@
{% for answered_question in answered_questions %}
- +
{{ answered_question.vote_count }} @@ -40,7 +41,7 @@
{% endfor %} @@ -92,7 +93,7 @@ {% for tag in tags%} × {{ tag.used_count|intcomma }}
+ href="{% url forum.views.tag tag|urlencode %}">{{tag.name}} × {{ tag.used_count|intcomma }}
{% if forloop.counter|divisibleby:"10" %} @@ -119,7 +120,7 @@ {% for award in awards %} -  {{ award.name }} × {{ award.count|intcomma }}
+  {{ award.name }} × {{ award.count|intcomma }}
{% if forloop.counter|divisibleby:"6" %} -- cgit v1.2.3-1-g7c22