diff --git a/rowers/tasks.py b/rowers/tasks.py index b78a81bc..14a6753d 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -1067,7 +1067,7 @@ def handle_sendemail_raceregistration( else: debug = True - subject = "A new competitor has registered for virtual race {n}".format( + subject = "A new competitor has registered for virtual challenge {n}".format( n = racename ) @@ -1097,7 +1097,7 @@ def handle_sendemail_racesubmission( else: debug = True - subject = "A new result has been submitted for virtual race {n}".format( + subject = "A new result has been submitted for virtual challenge {n}".format( n = racename ) diff --git a/rowers/templates/course_replace.html b/rowers/templates/course_replace.html index 563564a5..278b472c 100644 --- a/rowers/templates/course_replace.html +++ b/rowers/templates/course_replace.html @@ -23,7 +23,7 @@
  • This replaces the course {{ course.name }} with the course you select below for all - planned sessions and virtual races, and then deletes this course. + planned sessions and virtual challenges, and then deletes this course.

    @@ -36,8 +36,8 @@
  • {{ mapdiv|safe }} - - + + {{ mapscript|safe }}
  • diff --git a/rowers/templates/disqualification_view.html b/rowers/templates/disqualification_view.html index 78ad3c76..b2a7ef4f 100644 --- a/rowers/templates/disqualification_view.html +++ b/rowers/templates/disqualification_view.html @@ -40,7 +40,7 @@