bug fixes
This commit is contained in:
@@ -1157,7 +1157,7 @@ def handle_send_withdraw_email(
|
|||||||
else:
|
else:
|
||||||
debug = True
|
debug = True
|
||||||
|
|
||||||
subject = "Your result for {n} has been disqualified on rowsandall.com".format(
|
subject = "Your result for {n} has been removed on rowsandall.com".format(
|
||||||
n = racename
|
n = racename
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -195,6 +195,7 @@ from rowers.tasks import (
|
|||||||
handle_sendemail_unrecognized,handle_sendemailnewcomment,
|
handle_sendemail_unrecognized,handle_sendemailnewcomment,
|
||||||
handle_sendemailsummary,
|
handle_sendemailsummary,
|
||||||
handle_send_disqualification_email,
|
handle_send_disqualification_email,
|
||||||
|
handle_send_withdraw_email,
|
||||||
handle_sendemailfile,
|
handle_sendemailfile,
|
||||||
handle_sendemailkml,
|
handle_sendemailkml,
|
||||||
handle_sendemailnewresponse, handle_updatedps,
|
handle_sendemailnewresponse, handle_updatedps,
|
||||||
|
|||||||
Reference in New Issue
Block a user