From d7d93a6813ae69a93c95c629c96151b180d9f3d7 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Sun, 27 Sep 2020 11:17:33 -0400 Subject: [PATCH] WEBSITE IS ON GOGOGOGOOGOGOGOGO --- pages/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/views.py b/pages/views.py index 3b57d54..5728ba3 100644 --- a/pages/views.py +++ b/pages/views.py @@ -13,8 +13,8 @@ def main(request): "Concerns with FCPS' proposal to change the TJ admissions system" ] subject = choice(subjects) - #recepient = request.POST.getlist('rep') - recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com'] + recepient = request.POST.getlist('rep') + #recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com'] context = { 'form':request.POST, 'mailto': f'mailto:{",".join(request.POST.getlist("rep"))}?subject={subject}',