Browse Source

make it so that appeals always go through post.php

Originally, appeals would not go through if made through banned.php, so routing everything through one place.
main
RealAngeleno 1 year ago
committed by -
parent
commit
e825d04f7c
  1. 2
      templates/banned.html

2
templates/banned.html

@ -133,7 +133,7 @@
{% else %}
<p>{% trans %}You may appeal this ban. Please enter your reasoning below.{% endtrans %}</p>
{% endif %}
<form class="ban-appeal" action="" method="post">
<form class="ban-appeal" action="{{ config.file_post }}" method="post">
<input type="hidden" name="ban_id" value="{{ ban.id }}">
<textarea name="appeal" rows="4" cols="40" maxlength="{{ config.appeal_text_max_length }}"></textarea>
<input type="submit" value="Submit">

Loading…
Cancel
Save