diff --git a/web/app.py b/web/app.py index aa44215..403362f 100644 --- a/web/app.py +++ b/web/app.py @@ -94,7 +94,7 @@ def submit_character(): return render_template('submit.html') @app.route('/card_creator') -def card(): +def card_creator(): return render_template('card_creator.html') @app.route('/players')