Browse Source

don't show ban appeal for short bans

pull/40/head
Michael Foster 11 years ago
parent
commit
902da76433
  1. 2
      templates/banned.html

2
templates/banned.html

@ -88,7 +88,7 @@
<br> <br>
{% endif %} {% endif %}
{% if config.ban_appeals %} {% if config.ban_appeals and (not ban.expires or ban.expires - ban.created > config.ban_appeals_min_length )%}
<hr> <hr>
{% if pending_appeal %} {% if pending_appeal %}
<p> <p>

Loading…
Cancel
Save