From: qw3rty Date: Mon, 28 Jun 2010 17:10:24 +0000 (+0000) Subject: OSQA-349 X-Git-Tag: live~666 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/7608e62fe0292a62f7181c4bdd427adee0ccdfd6 OSQA-349 Links to badges in the user profile page now use slugify. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@468 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/users/stats.html b/forum/skins/default/templates/users/stats.html index 35c344a..d3806d9 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -141,7 +141,7 @@ {% for award, count in awards %} -  {{ award.name }} × {{ count|intcomma }}
+  {{ award.name }} × {{ count|intcomma }}
{% if forloop.counter|divisibleby:"6" %}