This commit is contained in:
Aevann1 2021-08-22 18:49:41 +02:00
parent 91bf8d35a0
commit 6ec364d0b4

View file

@ -108,7 +108,7 @@ def admin_home(v):
x = f.read()
return render_template("admin/admin_home.html", v=v, x=x)
@app.get("/admin/monthly")
@app.post("/admin/monthly")
@admin_level_required(6)
def monthly(v):
grant_awards = {}