1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00

update update update

This commit is contained in:
Steffo 2018-01-19 09:54:51 +01:00
parent 5fff77d45b
commit 95ac87e9ae
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C27544372FBB445D

View file

@ -32,7 +32,7 @@
<td>{{ record.steam.royal.username }}</td> <td>{{ record.steam.royal.username }}</td>
<td><a href="http://steamcommunity.com/profiles/{{ record.steam.steam_id }}"><img src="{{ record.steam.avatar_url() }}"> {{ record.steam.persona_name }}</a></td> <td><a href="http://steamcommunity.com/profiles/{{ record.steam.steam_id }}"><img src="{{ record.steam.avatar_url() }}"> {{ record.steam.persona_name }}</a></td>
<td>{{ record.wins }}</td> <td>{{ record.wins }}</td>
<td><img src="{{ record.get_rank_icon_url() }}"</td> <td><img sorttable_customkey={{ record.rank_tier }} class="thirtytwo" src="{{ record.get_rank_icon_url() }}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>