xyz
This commit is contained in:
parent
4ec9e6c382
commit
147474cf5d
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ def admin_banned_domains(v):
|
||||||
@validate_formkey
|
@validate_formkey
|
||||||
def admin_toggle_ban_domain(v):
|
def admin_toggle_ban_domain(v):
|
||||||
|
|
||||||
domain=request.form.get("DOMAIN").strip()
|
domain=request.form.get("domain", "").strip()
|
||||||
if not domain: abort(400)
|
if not domain: abort(400)
|
||||||
|
|
||||||
reason=request.form.get("reason", "").strip()
|
reason=request.form.get("reason", "").strip()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue