remotes/1693045480750635534/spooky-22
Aevann1 2021-09-01 13:33:59 +02:00
parent d7797d2c0d
commit 54a1b58cc9
1 changed files with 0 additions and 11 deletions

View File

@ -179,17 +179,6 @@ def settings_profile(v):
return render_template("settings_profile.html",
v=v)
@app.get("/titles")
@auth_desired
def titles(v):
titles = [x for x in g.db.query(Title).order_by(text("id asc")).all()]
return render_template("/titles.html",
v=v,
titles=titles)
@app.get("/badges")
@auth_desired
def badges(v):