bv
This commit is contained in:
parent
2e471bd662
commit
bc0909e8dc
7 changed files with 14 additions and 14 deletions
|
@ -358,7 +358,7 @@ def robots_txt():
|
|||
@app.get("/badges")
|
||||
@auth_required
|
||||
def badges(v):
|
||||
badges = g.db.query(BadgeDef).all()
|
||||
badges = g.db.query(BadgeDef).order_by(BadgeDef.id).all()
|
||||
|
||||
return render_template("badges.html", v=v, badges=badges)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue