die nigger

remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 20:46:43 +02:00
parent 24bf6aeefe
commit 69b6bf97d3
2 changed files with 6 additions and 6 deletions

View File

@ -192,10 +192,10 @@
<div id="flaggers-{{c.id}}" class="flaggers d-none" style="margin: 7px; border: 1px solid #999b2e; padding: 10px; border-radius: 3px;">
<strong style="color: #999b2e;"><i class="far fa-fw fa-flag"></i> Reported by:</strong>
<ul style="margin-bottom: 0;">
{% for u in c.flagged_by %}
<li><a href="{{ u.url }}">@{{ u.username }}</a></li>
{% endfor %}
</ul>
{% for f in c.flags %}
<li><a href="{{ f.user.url }}">@{{ f.user.username }}</a>: "{{f.reason}}"</li>
{% endfor %}
</ul>
</div>
{% endif %}

View File

@ -516,8 +516,8 @@
<div id="flaggers" class="flaggers d-none" style="margin: 7px; border: 1px solid #999b2e; padding: 10px; border-radius: 3px;">
<strong style="color: #999b2e;"><i class="far fa-fw fa-flag"></i> Reported by:</strong>
<ul style="margin-bottom: 0;">
{% for u in p.flagged_by %}
<li><a href="{{ u.url }}">@{{ u.username }}</a></li>
{% for f in p.flags %}
<li><a href="{{ f.user.url }}">@{{ f.user.username }}</a>: "{{f.reason}}"</li>
{% endfor %}
</ul>
</div>