forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-07-30 20:51:49 +02:00
parent 68bf57efc4
commit 7d1f021e3f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<td style="font-weight:bold;">
{% for a in user.display_awards %}
<span class="d-inline-block m-2">
<span class="d-inline-block mx-2 my-1">
<i class="{{ a['icon'] }} {{ a['color'] }} fa-fw" data-toggle="tooltip" data-placement="bottom" title="{{ a['title'] }} Awards owned"></i>
{{ a['count'] }}
</span>