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> <th>{% trans 'Action' %}</th>
<td> <td>
<input type="hidden" name="appeal_id" value="{{ ban.id }}"> <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"> <input type="submit" name="deny" value="Deny appeal">
</td> </td>
</tr> </tr>
{% endif %} {% endif %}
</table> </table>
{% if ban.post %} {% if ban.post %}
<div style=""> <div style="">
{{ ban.post.build(true) }} {{ ban.post.build(true) }}