df
This commit is contained in:
parent
1b620b718f
commit
8cfbe4879f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue