]> git.xonotic.org Git - xonotic/xonstat.git/commit
Add HTML views for top active players, scoring players, and maps played.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 23 Oct 2016 13:24:34 +0000 (09:24 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 23 Oct 2016 13:24:34 +0000 (09:24 -0400)
commit69bec456b27e9f5d5b2edc961328df18af5f1cb9
tree0d73259b102116295370724f9b2fd4e90faaed08
parentc3f2611be26865446607c5d59957a2fbe598a1b6
Add HTML views for top active players, scoring players, and maps played.
xonstat/__init__.py
xonstat/templates/server_top_maps.mako [new file with mode: 0644]
xonstat/templates/server_top_players_index.mako [new file with mode: 0644]
xonstat/templates/server_top_scorers.mako [new file with mode: 0644]
xonstat/views/server.py