mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-06 20:30:17 -04:00
WEBSITE IS ON GOGOGOGOOGOGOGOGO
This commit is contained in:
parent
d5270cf755
commit
d7d93a6813
|
@ -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