remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 14:30:28 +02:00
parent 37c886eb16
commit 1e58c65c57
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ def settings_css(v):
@auth_required
def settings_profilecss_get(v):
if v.coins < 1000 and not v.patron: return f"You must have +1000 {COINS_NAME} or be a patron to set profile css."
if v.coins < 1000 and not v.patron and v.admin_level < 6: return f"You must have +1000 {COINS_NAME} or be a patron to set profile css."
return render_template("settings_profilecss.html", v=v)
@app.post("/settings/profilecss")