fix `index.html` to `deck.html`

master
urosm 2022-08-13 15:43:08 +02:00
parent 5082836714
commit 7ac073dd28
2 changed files with 2 additions and 2 deletions

View File

@ -93,4 +93,4 @@ def prob_session():
#raise Exception("Ne najdem naslednje karte")
# Prikaži obrazec
return render_template("index.html", username=username, card=show_card)
return render_template("deck.html", username=username, card=show_card)

View File

@ -151,4 +151,4 @@ def sr_session():
# Any more cards?
#Display from
return render_template("deck/index.html", username=username, card=show_card)
return render_template("deck.html", username=username, card=show_card)