Rename card function to card_creator for clarity

This commit is contained in:
w 2025-07-15 01:04:29 -03:00
parent f22c618dda
commit 28b933ecb8

View file

@ -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')