Card Creator #51

Merged
waifu merged 16 commits from card-creator into dev 2025-07-16 20:04:09 -07:00
Showing only changes of commit 28b933ecb8 - Show all commits

View file

@ -94,7 +94,7 @@ def submit_character():
return render_template('submit.html') return render_template('submit.html')
@app.route('/card_creator') @app.route('/card_creator')
def card(): def card_creator():
return render_template('card_creator.html') return render_template('card_creator.html')
@app.route('/players') @app.route('/players')