fixed tjcomments

This commit is contained in:
Rushil Umaretiya 2020-09-27 23:09:55 -04:00
parent 186993a473
commit 1504010c06

View File

@ -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,