Browse Source

ban_appeals.html: trim

display-appeal-src-ip
Zankaria 2 months ago
parent
commit
0b7161a588
  1. 4
      templates/mod/ban_appeals.html

4
templates/mod/ban_appeals.html

@ -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) }}

Loading…
Cancel
Save