mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-11 06:40:17 -04:00
oops almost broke it there
This commit is contained in:
parent
4e7f6d5e25
commit
10865b03e7
|
@ -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}',
|
||||
|
|
Loading…
Reference in New Issue
Block a user