sfd
This commit is contained in:
parent
f2911fa0e0
commit
ee9b53924e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue