From 26ae894c280b09bd92f0825d5f7b94f30a78a6dc Mon Sep 17 00:00:00 2001
From: Sander Roosendaal With this form, you can create a new virtual challenge. After you submit
+ the form, the challenge is created and will be visible to all users. From
+ that moment, only the site admin can delete the challenge
+ (admin@rowsandall.com). You can still edit the challenge until
+ the start of the challenge window.
+ New On-The-Water Virtual Challenge
+
+
+
+ {% csrf_token %} + +
+ + ++
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 challenge organizer + can review and reject submitted results ("disqualification"). If + you as the challenge organizer intend to use this functionality, it + is strongly recommended that you fill out a contact email or phone + number. +
++ The participants can row this challenge on any course, and their fastest time + over the challenge distance (respectively the largest distance achieved over the + challenge duration) is automatically extracted from the workout. No + need to program a set piece. +
++ Standard Times are a way to compare results in a race category with + a course record or golden standard for that event. A point score is calculated + which compares the participant's result with the standard. This offers an + engaging way to compete on points across different categories, boat types, and skill + levels. + If you select a Standard Times set from the drop-down list, race categories will + be limited to those in the selected set of Standard Times. +
++ This on-the-water challenge asks you to try to get + as far as you can over the + race duration. It automatically finds the fastest interval + of the given duration + in your entire workout. +
+ {% elif race.sessiontype == 'fastest_distance' %} ++ This on-the-water challenge asks you to try row as hard + as you can over a set distance. + It automatically finds the fastest interval of the given length + in your entire workout. +
{% else %}
Indoor challenges are open for all, wherever you live.
diff --git a/rowers/urls.py b/rowers/urls.py
index 520aeffa..78310079 100644
--- a/rowers/urls.py
+++ b/rowers/urls.py
@@ -262,6 +262,8 @@ urlpatterns = [
re_path(r'^virtualevents/$',views.virtualevents_view,name='virtualevents_view'),
re_path(r'^virtualevent/create/$',views.virtualevent_create_view,name='virtualevent_create_view'),
re_path(r'^virtualevent/createindoor/$',views.indoorvirtualevent_create_view,name='indoorvirtualevent_create_view'),
+ re_path(r'^virtualevent/createfastest/$',views.fastestvirtualevent_create_view,
+ name='fastestvirtualevent_create_view'),
re_path(r'^raceregistration/togglenotification/(?P