ban_appeals.html: trim

This commit is contained in:
Zankaria 2024-03-15 14:48:45 +01:00
parent 7e3a531aa5
commit 0b7161a588

View File

@ -89,13 +89,13 @@
<th>{% trans 'Action' %}</th>
<td>
<input type="hidden" name="appeal_id" value="{{ ban.id }}">
<input type="submit" name="unban" value="Unban">
<input type="submit" name="unban" value="Unban">
<input type="submit" name="deny" value="Deny appeal">
</td>
</tr>
{% endif %}
</table>
{% if ban.post %}
<div style="">
{{ ban.post.build(true) }}