cvxxc
This commit is contained in:
parent
cc7136874e
commit
c9ed450a85
1 changed files with 3 additions and 1 deletions
|
@ -571,9 +571,11 @@ def award_comment(cid, v):
|
||||||
g.db.add(c.author)
|
g.db.add(c.author)
|
||||||
|
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
print(request.referrer)
|
||||||
if request.referrer and len(request.referrer) > 1 and (request.referrer.startswith('/') or request.referrer.startswith(request.host_url)):
|
if request.referrer and len(request.referrer) > 1 and (request.referrer.startswith('/') or request.referrer.startswith(request.host_url)):
|
||||||
return redirect(request.referrer)
|
return redirect(request.referrer)
|
||||||
else: return redirect("/")
|
print(request.host_url)
|
||||||
|
return redirect("/")
|
||||||
|
|
||||||
@app.get("/admin/awards")
|
@app.get("/admin/awards")
|
||||||
@admin_level_required(2)
|
@admin_level_required(2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue