]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/signature.html
Improved "convert to question" routine, using the question edit form, and the same...
[osqa.git] / forum / skins / default / templates / users / signature.html
index 2bf9aadc5ca84cbaae5f83c5099cd171d1096884..e8aebf3519d3223f761217a86af621f374c91eca 100644 (file)
@@ -1,11 +1,11 @@
-{% load i18n %}{% spaceless %}\r
+{% load i18n extra_filters %}{% spaceless %}\r
 \r
 {% if not user.is_suspended %}\r
     {% ifequal format "full" %}\r
 \r
     {% else %}\r
-        <a href="{{ user.get_absolute_url }}">{{ user.username }}</a>\r
-        <span class="score" title="{{ user.reputation }} {% trans "reputation" %}">{{ user.reputation }}</span>\r
+        <a href="{{ user.get_absolute_url }}">{{ user.decorated_name }}</a>\r
+        <span class="score" title="{{ user.reputation }} {% trans "reputation" %}">{{ user.reputation|decorated_int:"" }}</span>\r
         {% ifequal format "badges" %}\r
             {% if user.gold %}\r
             <span title="{{ user.gold }} {% trans "badges" %}">\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