change template location

master
urosm 2022-08-13 15:36:35 +02:00
parent ca4e65d504
commit 5082836714
1 changed files with 1 additions and 1 deletions

View File

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