X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..5cced8510af03eec1438cfefcf9f44e2e7a49087:/forum/skins/default/templates/users/stats.html diff --git a/forum/skins/default/templates/users/stats.html b/forum/skins/default/templates/users/stats.html index 96a1f36..9f12493 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -38,24 +38,15 @@
- + {{ answer.score }}
{% endfor %} @@ -129,8 +120,8 @@
- {% for award in awards %} -  {{ award.name }} × {{ award.count|intcomma }}
+ {% for award, count in awards %} +  {{ award.name }} × {{ count|intcomma }}
{% if forloop.counter|divisibleby:"6" %}