mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
* fixed displaying special outfits (GM, CM) in online page
This commit is contained in:
parent
14920a7193
commit
0d85b63d5d
@ -101,7 +101,7 @@
|
|||||||
<td>{{ player.country_image|raw }}</td>
|
<td>{{ player.country_image|raw }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.online_outfit %}
|
{% if config.online_outfit %}
|
||||||
<td width="5%"><img style="position:absolute;margin-top:{% if player.looktype in [75, 266, 302] %}-20px;margin-left:-0px;{% else %}-45px;margin-left:-25px;{% endif %}" src="{{ player.outfit }}" alt="player outfit"/></td>
|
<td width="5%"><img style="position:absolute;margin-top:{% if player.player.looktype in [75, 266, 302] %}-20px;margin-left:-0px;{% else %}-45px;margin-left:-25px;{% endif %}" src="{{ player.outfit }}" alt="player outfit"/></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>{{ player.name|raw }}{{ player.skull }}</td>
|
<td>{{ player.name|raw }}{{ player.skull }}</td>
|
||||||
<td>{{ player.level }}</td>
|
<td>{{ player.level }}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user