Rename card function to card_creator for clarity
This commit is contained in:
parent
f22c618dda
commit
28b933ecb8
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue