forked from MarseyWorld/MarseyWorld
fdfd
parent
301bac93f4
commit
e29a02bf11
|
@ -42,7 +42,7 @@ _allowed_tags = tags = ['b',
|
|||
'span',
|
||||
]
|
||||
|
||||
noimages = ['b',
|
||||
noimages = tags = ['b',
|
||||
'blockquote',
|
||||
'br',
|
||||
'code',
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</thead>
|
||||
{% for user in successful %}
|
||||
<tr>
|
||||
<td style="font-weight: bold">{{users.index(user)+1}}</td>
|
||||
<td style="font-weight: bold">{{successful.index(user)+1}}</td>
|
||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}"><img src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
@ -31,7 +31,7 @@
|
|||
</thead>
|
||||
{% for user in failed %}
|
||||
<tr>
|
||||
<td style="font-weight: bold">{{users.index(user)+1}}</td>
|
||||
<td style="font-weight: bold">{{failed.index(user)+1}}</td>
|
||||
<td><a style="color:#{{user.namecolor}}; font-weight:bold;" href="/@{{user.username}}"><img src="/uid/{{user.id}}/pic/profile" class="profile-pic-20 mr-1"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}};"{% endif %}>{{user.username}}</span></a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue