mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* configurable if deleted characters from account should be listed (this closes #49)
This commit is contained in:
@@ -380,7 +380,7 @@
|
||||
</tr>
|
||||
{% set i = 0 %}
|
||||
{% for player in account_players %}
|
||||
{% if not player.isHidden() %}
|
||||
{% if not player.isHidden() and (config('characters')['deleted'] or not player.isDeleted()) %}
|
||||
{% set i = i + 1 %}
|
||||
<tr bgcolor="{{ getStyle(i) }}">
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user