mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-09 05:40:19 -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"
|
"Concerns with FCPS' proposal to change the TJ admissions system"
|
||||||
]
|
]
|
||||||
subject = choice(subjects)
|
subject = choice(subjects)
|
||||||
#recepient = request.POST.getlist('rep')
|
recepient = request.POST.getlist('rep')
|
||||||
recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com']
|
#recepient = ['rushilwiz@gmail.com', 'lettertofcps@gmail.com']
|
||||||
context = {
|
context = {
|
||||||
'form':request.POST,
|
'form':request.POST,
|
||||||
'mailto': f'mailto:{",".join(request.POST.getlist("rep"))}?subject={subject}',
|
'mailto': f'mailto:{",".join(request.POST.getlist("rep"))}?subject={subject}',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user