fdsfds
This commit is contained in:
parent
7d87ee34c2
commit
c5d8af4779
3 changed files with 20 additions and 3 deletions
|
@ -331,7 +331,6 @@ def blocks(v):
|
|||
@auth_desired
|
||||
def banned(v):
|
||||
|
||||
|
||||
users = [x for x in g.db.query(User).filter(User.is_banned > 0, User.unban_utc == 0).all()]
|
||||
return render_template("banned.html", v=v, users=users)
|
||||
|
||||
|
@ -339,7 +338,6 @@ def banned(v):
|
|||
@auth_desired
|
||||
def formatting(v):
|
||||
|
||||
|
||||
return render_template("formatting.html", v=v)
|
||||
|
||||
@app.get("/service-worker.js")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue