From: jordan Date: Wed, 6 Apr 2011 15:14:49 +0000 (+0000) Subject: SPLUNK-198, Use the decorated name property for the recent badges in the sidebar. X-Git-Tag: live~374 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/1df8ae483356aee4bb290c0912f5d47fd42175c7?hp=4dd05e7d3aeab9542cd63f7fe056f446f3f3b70e SPLUNK-198, Use the decorated name property for the recent badges in the sidebar. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@936 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/sidebar/recent_awards.html b/forum/skins/default/templates/sidebar/recent_awards.html index b530677..37672c4 100644 --- a/forum/skins/default/templates/sidebar/recent_awards.html +++ b/forum/skins/default/templates/sidebar/recent_awards.html @@ -8,7 +8,7 @@
  •  {{ award.badge.name }} - {{ award.user.username }} + {{ award.user.decorated_name }}
  • {% endfor %}