remotes/1693045480750635534/spooky-22
Aevann1 2021-12-28 21:34:09 +02:00
parent 65f0dc7c20
commit 116e39f203
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@ def disablesignups(v):
@app.get("/admin/badge_grant")
@admin_level_required(2)
def badge_grant_get(v):
if not v or v.oldsite: template = ''
else: template = 'CHRISTMAS/'
return render_template(f"{template}admin/badge_grant.html", v=v, badge_types=BADGES)