master
Aevann1 2021-10-09 17:32:23 +02:00
parent 79b4712a54
commit b27a2e8133
1 changed files with 0 additions and 2 deletions

View File

@ -677,8 +677,6 @@ def submit_post(v):
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
domain = parsed_url.netloc
if v.paid_dues: club = bool(request.values.get("club",""))
else: club = False