summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-26 18:49:00 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-04-26 18:49:00 -0400
commit73cd5785d6d33341d7873967877dd4f7627d5cb3 (patch)
tree01d5fb901517d07430d5aac37fb32cc7bfbbb075
parentc71d78c0e36d29cc6259d88247234e153a94339d (diff)
downloadaskbot-73cd5785d6d33341d7873967877dd4f7627d5cb3.tar.gz
askbot-73cd5785d6d33341d7873967877dd4f7627d5cb3.tar.bz2
askbot-73cd5785d6d33341d7873967877dd4f7627d5cb3.zip
an attempt to make the badges listing look a bit nicer
-rw-r--r--askbot/skins/default/templates/user_profile/user_stats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/user_profile/user_stats.html b/askbot/skins/default/templates/user_profile/user_stats.html
index 02849df1..cd0f92a4 100644
--- a/askbot/skins/default/templates/user_profile/user_stats.html
+++ b/askbot/skins/default/templates/user_profile/user_stats.html
@@ -105,8 +105,8 @@
{% for badge in badges %}{# todo: translate badge name properly #}
<a href="{{badge.get_absolute_url()}}" title="{% trans description=badge.description %}{{description}}{% endtrans %}" class="medal"><span class="{{ badge.css_class }}">&#9679;</span>&nbsp;{% trans name=badge.name %}{{name}}{% endtrans %}</a><span class="tag-number"> &#215; {{ awarded_badge_counts[badge.id]|intcomma }}</span><br/>
{% if loop.index is divisibleby 3 %}
- </td>
- <td width="180" style="line-height:35px">
+ </td></tr>
+ <tr><td width="180" style="line-height:35px">
{% endif %}
{% endfor %}
</td>