This commit is contained in:
fireworks88 2021-07-27 18:51:13 +02:00
parent 5be1c30126
commit c44d71fc67

View file

@ -147,7 +147,7 @@
{% if p.awards %}
{% for a in p.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 %}