From 1504010c06ef04911591b18b00a39a9b51ca932f Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Sun, 27 Sep 2020 23:09:55 -0400 Subject: [PATCH] fixed tjcomments --- pages/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/views.py b/pages/views.py index cce170b..8073932 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') + recepient = request.POST.getlist('rep') + ['tjconments@fcps.edu'] #recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com'] context = { 'form':request.POST,