]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/signature.html
Applys patches by Sandeep Ghael to fix OSQA-355, OSQA-324, OSQA-411 and OSQA 149.
[osqa.git] / forum / skins / default / templates / users / signature.html
index 2bf9aadc5ca84cbaae5f83c5099cd171d1096884..9805429aa52d86d88f4496aae35e493bb590a772 100644 (file)
@@ -4,7 +4,7 @@
     {% ifequal format "full" %}\r
 \r
     {% else %}\r
-        <a href="{{ user.get_absolute_url }}">{{ user.username }}</a>\r
+        <a href="{{ user.get_absolute_url }}">{{ user.decorated_name }}</a>\r
         <span class="score" title="{{ user.reputation }} {% trans "reputation" %}">{{ user.reputation }}</span>\r
         {% ifequal format "badges" %}\r
             {% if user.gold %}\r
@@ -28,6 +28,6 @@
         {% endifequal %}\r
     {% endifequal %}\r
 {% else %}\r
-    <a class="suspended-user" href="{{ user.get_absolute_url }}">{{ user.username }}</a>{% trans "(suspended)" %}\r
+    <a class="suspended-user" href="{{ user.get_absolute_url }}">{{ user.decorated_name }}</a>{% trans "(suspended)" %}\r
 {% endif %}\r
 {% endspaceless %}\r