fdfd
This commit is contained in:
parent
91bf8d35a0
commit
6ec364d0b4
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def admin_home(v):
|
||||||
x = f.read()
|
x = f.read()
|
||||||
return render_template("admin/admin_home.html", v=v, x=x)
|
return render_template("admin/admin_home.html", v=v, x=x)
|
||||||
|
|
||||||
@app.get("/admin/monthly")
|
@app.post("/admin/monthly")
|
||||||
@admin_level_required(6)
|
@admin_level_required(6)
|
||||||
def monthly(v):
|
def monthly(v):
|
||||||
grant_awards = {}
|
grant_awards = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue