fixed RQ issue - bg tasks now working on linux notebook
This commit is contained in:
@@ -1705,7 +1705,7 @@ def handle_sendemail_coachrequest(email,name,code,coachname,
|
||||
|
||||
fullemail = email
|
||||
subject = 'Invitation to add {n} to your athletes'.format(n=name)
|
||||
|
||||
from_email = 'Rowsandall <info@rowsandall.com>'
|
||||
siteurl = SITE_URL
|
||||
if debug:
|
||||
siteurl = SITE_URL_DEV
|
||||
@@ -1731,7 +1731,7 @@ def handle_sendemail_coacheerequest(email,name,code,coachname,
|
||||
|
||||
fullemail = email
|
||||
subject = '{n} asks coach access to your data on rowsandall.com'.format(n=coachname)
|
||||
|
||||
from_email = 'Rowsandall <info@rowsandall.com>'
|
||||
siteurl = SITE_URL
|
||||
if debug:
|
||||
siteurl = SITE_URL_DEV
|
||||
|
||||
Reference in New Issue
Block a user