diff --git a/files/routes/posts.py b/files/routes/posts.py index 76bcc5624..24f61841e 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -783,6 +783,8 @@ def submit_post(v, sub=None): if url and url.startswith(SITE_FULL): url = url.split(SITE_FULL)[1] + if v.agendaposter == 1: sub = 'chudrama' + post = Submission( private=bool(request.values.get("private","")), notify=bool(request.values.get("notify","")),