Fix /games page not working

This commit is contained in:
Chris Wilson
2021-09-17 20:35:31 -04:00
parent bd561fd191
commit 678253d037
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ def player_settings(game):
# Game Info Pages
@app.route('/games/<string:game>/info/<string:lang>')
def game_page(game, lang):
def game_info(game, lang):
return render_template('gameInfo.html', game=game, lang=lang)