img measurements are already px

pull/1/head
eric 2013-01-04 13:34:50 -05:00
parent 79b594e6ce
commit aeabfa1fde
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ there's no tab for seeing ALL my books, only the filters! huh.
<span class="user-badges">
{% if supporter.profile.badges.all %}
{% for badge in supporter.profile.badges.all %}
<img src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" width="26px" height="26px" class="{{ badge.name }}" />
<img src="{{ badge.path }}" alt="{{ badge.description }}" title="{{ badge.description }}" width="26" height="26" class="{{ badge.name }}" />
{% endfor %}
{% endif %}
</span>