df
This commit is contained in:
parent
11cd40d1fc
commit
1d3be57b92
1 changed files with 0 additions and 11 deletions
|
@ -179,17 +179,6 @@ def settings_profile(v):
|
||||||
return render_template("settings_profile.html",
|
return render_template("settings_profile.html",
|
||||||
v=v)
|
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")
|
@app.get("/badges")
|
||||||
@auth_desired
|
@auth_desired
|
||||||
def badges(v):
|
def badges(v):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue