diff --git a/app.py b/app.py index f82d5bca..faa9272a 100644 --- a/app.py +++ b/app.py @@ -917,9 +917,7 @@ def wahlbalken(): with open("rollen_log.txt", encoding="UTF8") as players_log: # open the log file players_log = players_log.readlines() # read the log file - print(players_log) - - print("Test") + nurNamen = [] # create a list for the names @@ -981,6 +979,12 @@ def wahl_stats(): return render_template("wahlstatus.html", name_tot=name_tot) + + +@app.route("/test") +def test(): + return render_template("uebersicht.html") + @app.route("/sehen///") def sehen(name, rolle, auswahl): """ diff --git a/templates/uebersicht.html b/templates/uebersicht.html new file mode 100644 index 00000000..94f70073 --- /dev/null +++ b/templates/uebersicht.html @@ -0,0 +1,24 @@ +{% extends 'struktur.html' %} + + + + + +{% block body %} + + + + +{% endblock body %} + + + + + + + + + + + +