reports - comments

remotes/1693045480750635534/spooky-22
fireworks88 2021-08-25 14:15:22 +02:00
parent c76499d378
commit 3456cc8b71
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<pre></pre>
<ul style="padding-left:20px; margin-bottom: 0;">
{% for f in c.ordered_flags %}
<li><a style="font-weight:bold" href="{{f.user.url}}">{{f.user.username}}</a>{% if f.reason %}: {{f.reason | safe}}{% endif %}</li>
<li><a style="font-weight:bold" href="{{f.user.url}}">{{f.user.username}}</a>{% if f.reason %}: {{f.reason | safe}}{% endif %}</li> {% if v.admin_level==6 %}<a href="javascript:void(0)" onclick="request_toast('DELETE', '/report/c{{ f.id }}')">[remove]</a>{% endif %}
{% endfor %}
</ul>
</div>