mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
fix missing colum names
This commit is contained in:
@@ -123,7 +123,7 @@ def leaderboard():
|
|||||||
columContent = flask.Markup(flask.render_template("playerLine.html", \
|
columContent = flask.Markup(flask.render_template("playerLine.html", \
|
||||||
playerRank="Rank", \
|
playerRank="Rank", \
|
||||||
playerName="Player", \
|
playerName="Player", \
|
||||||
playerRatin="Rating", \
|
playerRating="Rating", \
|
||||||
playerGames="Games", \
|
playerGames="Games", \
|
||||||
playerWinratio="Winratio"))
|
playerWinratio="Winratio"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user