remotes/1693045480750635534/spooky-22
Aevann1 2021-07-25 16:59:23 +02:00
parent 486adfd619
commit 8d596dd225
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ def board_about_mods(v):
board = g.db.query(Board).first()
me = (v.admin_level == 6)
me = board.has_mod(v)
return {
"html":lambda:render_template("mods.html", v=v, b=board, me=me),