From 774028497b6111d976dbdcc5a2db645cc1cea4da Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
+ Before you reject this race result, please carefully review it
+ using the information below. If you still want to reject the entry,
+ scroll down to the rejection form.
+
+ Do you want to disqualify this result?
+
+
+
+
+ Rower: {{ record.username }}
+
+
+ Name: {{ workout.name }}
+
+
+ Date: {{ workout.date }}
+
+ Time: {{ workout.starttime }}
+
+ Distance: {{ workout.distance }}m
+
+ Duration: {{ workout.duration |durationprint:"%H:%M:%S.%f" }}
+
+ Type: {{ workout.workouttype }}
+
+
+ Weight Category: {{ workout.weightcategory }}
+ Workout Summary
+
+
+ {{ workout.summary }}
+
+
+ Please select a reason and add a comment (mandatory). + Pressing 'Reject' disqualifies the submitted result. + An email will be sent to the rower. There is no "undo". +
++
+Dear {{ username }},
+ ++ Unfortunately, the result that you have submitted + for the virtual race {{ racename }} + has been rejected by the race organizer. +
+ ++ The reason for the rejection was: {{ reason }}. +
+ ++ The race organizer added the following explanation: +
+ +
+ {{ message }} +
+ ++ 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. +
+ ++ You are still registered for the race and can submit a result. +
+ ++ Best Regards, the Rowsandall Team +
+{% endblock %} + diff --git a/rowers/templates/indoorvirtualeventcreate.html b/rowers/templates/indoorvirtualeventcreate.html index 912d21fa..69970198 100644 --- a/rowers/templates/indoorvirtualeventcreate.html +++ b/rowers/templates/indoorvirtualeventcreate.html @@ -39,12 +39,18 @@
All times are local times in the time zone you select
+Adding a contact phone number and email is not mandatory, but we + strongly recommend it.
+If your event has a registration closure deadline, participants + have to enter (and can withdraw) before the registration closure time.
+Participants can submit results until the evaluation closure time.
+Until one hour after evaluation closure time, the race organizer + can review and reject submitted results ("disqualification"). If + you as the race organizer intend to use this functionality, it + is strongly recommended that you fill out a contact email or phone + number. +
+ {% if race|is_final %} +
{% if results or dns %} @@ -184,7 +188,7 @@ Details
- On the water races are rowed on the course shown. You cannot submit results rowed + On the water races are rowed on the course shown. + You cannot submit results rowed on other bodies of water.
- Indoor races are open for all, wherever you live. However, be aware of the + Indoor races are open for all, wherever you live. + However, be aware of the time zone for the race window.
@@ -334,7 +340,12 @@ refereed or staffed to provide for participants safety. Individual participants are entirely responsible for their safety while participating in a virtual race. -
+ ++ Until the evaluation closure time, the race organizer can + review and reject entries. If you are disqualified in this + way, you will receive an email with the reason. +
diff --git a/rowers/templates/virtualeventcreate.html b/rowers/templates/virtualeventcreate.html index d2489440..131ce9d1 100644 --- a/rowers/templates/virtualeventcreate.html +++ b/rowers/templates/virtualeventcreate.html @@ -37,15 +37,17 @@-
All times are local times in the race course time zone
+Adding a contact phone number and email is not mandatory, but we + strongly recommend it.
+If your event has a registration closure deadline, participants + have to enter (and can withdraw) before the registration closure time.
+Participants can submit results until the evaluation closure time.
+Until one hour after evaluation closure time, the race organizer + can review and reject submitted results ("disqualification"). If + you as the race organizer intend to use this functionality, it + is strongly recommended that you fill out a contact email or phone + number.