ooooooops typo

This commit is contained in:
Rushil Umaretiya 2020-09-28 12:33:59 -04:00
parent 169b865e85
commit 532aa853c4

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') + ['tjconments@fcps.edu']
recepient = request.POST.getlist('rep') + ['tjcomments@fcps.edu']
#recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com']
context = {
'form':request.POST,