From 75ee1fd3eff51016c9252274139377404638b9f7 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 21 May 2020 08:10:35 +0200 Subject: [PATCH] more replacement of the word race --- rowers/tasks.py | 4 +- rowers/templates/course_replace.html | 6 +- rowers/templates/disqualification_view.html | 8 +- rowers/templates/disqualificationemail.html | 9 +-- rowers/templates/race_submit.html | 8 +- rowers/templates/raceregisteredemail.html | 7 +- rowers/templates/racesubmissionemail.html | 5 +- rowers/templates/rankings.html | 56 +++++++------- rowers/templates/share.html | 2 +- rowers/templates/virtualeventedit.html | 6 +- rowers/templates/virtualeventranking.html | 85 +++++++++++---------- rowers/templates/workout_form.html | 2 +- rowers/templates/workout_view.html | 4 +- 13 files changed, 100 insertions(+), 102 deletions(-) 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 @@
    • - Before you reject this race result, please carefully review it + Before you reject this challenge result, please carefully review it using the information below. If you still want to reject the entry, scroll down to the rejection form.

      @@ -80,7 +80,7 @@ {% for graph in graphs %}
    • - {{ graph.filename }} @@ -92,7 +92,7 @@ {{ mapdiv|safe }} - + {{ mapscript|safe }}
    • @@ -102,7 +102,7 @@ - + {{ interactiveplot |safe }} {{ the_div|safe }} diff --git a/rowers/templates/disqualificationemail.html b/rowers/templates/disqualificationemail.html index a648ca21..a7d3db8b 100644 --- a/rowers/templates/disqualificationemail.html +++ b/rowers/templates/disqualificationemail.html @@ -3,7 +3,7 @@

      Dear {{ username }},

      - Unfortunately, the result that you have submitted for the virtual race {{ racename }} has been rejected by the race organizer. + Unfortunately, the result that you have submitted for the virtual challenge {{ racename }} has been rejected by the challenge organizer.

      @@ -11,7 +11,7 @@

      - The race organizer added the following explanation: + The challenge organizer added the following explanation:

      @@ -19,15 +19,14 @@

      - The decision to reject your result is the sole responsibility of the race organizer. If you disagree with the decision, please do contact him or her. + The decision to reject your result is the sole responsibility of the challenge organizer. If you disagree with the decision, please do contact him or her.

      - You are still registered for the race and can submit a result. + You are still registered for the challenge and can submit a result.

      Best Regards, the Rowsandall Team

      {% endblock %} - diff --git a/rowers/templates/race_submit.html b/rowers/templates/race_submit.html index 9268863b..f38bc57a 100644 --- a/rowers/templates/race_submit.html +++ b/rowers/templates/race_submit.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% load rowerfilters %} -{% block title %}Submit Race Result{% endblock %} +{% block title %}Submit challenge Result{% endblock %} {% block meta %}