forked from leftypol/leftypol
Fix search for new bans table
This commit is contained in:
parent
b5ebd265f2
commit
803f0c8ce1
3 changed files with 12 additions and 11 deletions
|
@ -46,7 +46,7 @@
|
|||
{% if ban.expires == 0 %}
|
||||
-
|
||||
{% else %}
|
||||
{{ (ban.expires - ban.set + time()) | until }}
|
||||
{{ (ban.expires - ban.created + time()) | until }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td style="white-space: nowrap">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue