remotes/1693045480750635534/spooky-22
Aevann1 2021-11-04 20:41:29 +02:00
parent 187463d969
commit 944b2df1d1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def toggle_club(pid, v):
post = get_post(pid)
if post.author_id != v.id or not v.paid_dues: abort(403)
if post.author_id != v.id or v.admin_level == 0: abort(403)
post.club = not post.club
g.db.add(post)