Commit 15d4fb2a authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

fix colon character display error, it was before the description of the badge

parent c0082e6f
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="badgeListItem"> <div class="badgeListItem">
<a href="{{badge.get_absolute_url}}" title="{{ badge.get_type_display }} : {{ badge.description }}" class="medal"><span class="badge{{ badge.type }}">&#9679;</span>&nbsp;{{ badge.name }}</a><strong> &#215; {{ badge.awarded_count|intcomma }}</strong> <a href="{{badge.get_absolute_url}}" title="{{ badge.get_type_display }} {{ badge.description }}:" class="medal"><span class="badge{{ badge.type }}">&#9679;</span>&nbsp;{{ badge.name }}</a><strong> &#215; {{ badge.awarded_count|intcomma }}</strong>
</div> </div>
<p class="badgeListDescription"> <p class="badgeListDescription">
{{ badge.description }} {{ badge.description }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment