oops almost broke it there

This commit is contained in:
Rushil Umaretiya 2020-09-27 11:35:06 -04:00
parent 4e7f6d5e25
commit 10865b03e7

View File

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