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

Loading…
Cancel
Save