remotes/1693045480750635534/spooky-22
Aevann1 2021-08-01 17:25:31 +02:00
parent 2f02ab7b66
commit 7e29f3d2fe
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,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>: {{f.reason}}</li>
<li><a style="font-weight:bold" href="{{f.user.url}}">@{{f.user.username}}</a>{% if f.reason %}: {{f.reason}}{% endif %}</li>
{% endfor %}
</ul>
</div>

View File

@ -490,7 +490,7 @@
<pre></pre>
<ul style="padding-left:20px; margin-bottom: 0;">
{% for f in p.ordered_flags %}
<li><a style="font-weight:bold" href="{{f.user.url}}">@{{f.user.username}}</a>: {{f.reason}}</li>
<li><a style="font-weight:bold" href="{{f.user.url}}">@{{f.user.username}}</a>{% if f.reason %}: {{f.reason}}{% endif %}</li>
{% endfor %}
</ul>
</div>

View File

@ -373,7 +373,7 @@
<pre></pre>
<ul style="padding-left:20px; margin-bottom: 0;">
{% for f in p.ordered_flags %}
<li><a style="font-weight:bold" href="{{f.user.url}}">@{{f.user.username}}</a>: {{f.reason}}</li>
<li><a style="font-weight:bold" href="{{f.user.url}}">@{{f.user.username}}</a>{% if f.reason %}: {{f.reason}}{% endif %}</li>
{% endfor %}
</ul>
</div>