remotes/1693045480750635534/spooky-22
fireworks88 2021-07-27 18:50:50 +02:00
parent adbe803716
commit 85198e4951
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
{% if c.awards %}
{% for a in c.awards[:5] %}
<i class="{{ a.class_list }} px-1" data-toggle="tooltip" data-placement="bottom" title="{{ a.title }} Award"></i>
<i class="{{ a.class_list }} px-1" data-toggle="tooltip" data-placement="bottom" title="{{ a.title }} Award given by @{{a.user.username}}"></i>
{% endfor %}
{% endif %}