Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2020-05-23 16:02:11 +02:00
parent 3159526e64
commit a422507f28
2 changed files with 2 additions and 1 deletions

View File

@@ -1157,7 +1157,7 @@ def handle_send_withdraw_email(
else:
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
)

View File

@@ -195,6 +195,7 @@ from rowers.tasks import (
handle_sendemail_unrecognized,handle_sendemailnewcomment,
handle_sendemailsummary,
handle_send_disqualification_email,
handle_send_withdraw_email,
handle_sendemailfile,
handle_sendemailkml,
handle_sendemailnewresponse, handle_updatedps,