fdssfd
This commit is contained in:
parent
59c619ff68
commit
1ee1cf5637
1 changed files with 0 additions and 2 deletions
|
@ -677,8 +677,6 @@ def submit_post(v):
|
||||||
if request.headers.get("Authorization"): return {"error": reason}, 403
|
if request.headers.get("Authorization"): return {"error": reason}, 403
|
||||||
else: return render_template("submit.html", v=v, error=reason, title=title, url=url, body=request.values.get("body", "")), 403
|
else: return render_template("submit.html", v=v, error=reason, title=title, url=url, body=request.values.get("body", "")), 403
|
||||||
|
|
||||||
domain = parsed_url.netloc
|
|
||||||
|
|
||||||
if v.paid_dues: club = bool(request.values.get("club",""))
|
if v.paid_dues: club = bool(request.values.get("club",""))
|
||||||
else: club = False
|
else: club = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue