mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
don't show ban appeal for short bans
This commit is contained in:
parent
a9b7f9b1bc
commit
902da76433
@ -88,7 +88,7 @@
|
||||
<br>
|
||||
{% endif %}
|
||||
|
||||
{% if config.ban_appeals %}
|
||||
{% if config.ban_appeals and (not ban.expires or ban.expires - ban.created > config.ban_appeals_min_length )%}
|
||||
<hr>
|
||||
{% if pending_appeal %}
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user