From 532aa853c4a23cdb6e37b17c37cf7a1b09ef6fb7 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Mon, 28 Sep 2020 12:33:59 -0400 Subject: [PATCH] ooooooops typo --- pages/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/views.py b/pages/views.py index 8073932..2d41d4e 100644 --- a/pages/views.py +++ b/pages/views.py @@ -13,7 +13,7 @@ def main(request): "Concerns with FCPS' proposal to change the TJ admissions system" ] subject = choice(subjects) - recepient = request.POST.getlist('rep') + ['tjconments@fcps.edu'] + recepient = request.POST.getlist('rep') + ['tjcomments@fcps.edu'] #recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com'] context = { 'form':request.POST,