diff --git a/rowers/plannedsessions.py b/rowers/plannedsessions.py index 7a92ab1a..297124a3 100644 --- a/rowers/plannedsessions.py +++ b/rowers/plannedsessions.py @@ -535,7 +535,7 @@ def update_virtualrace(ps,cd): course = cd['course'] geocourse = GeoCourse.objects.get(id= course.id) - timezone_str = courses.get_course_timezone(geocourse) + timezone_str = get_course_timezone(geocourse) startdatetime = datetime.combine(cd['startdate'],cd['start_time']) enddatetime = datetime.combine(cd['enddate'],cd['end_time']) diff --git a/rowers/templates/virtualeventcreate.html b/rowers/templates/virtualeventcreate.html index d55afb53..cc25ce89 100644 --- a/rowers/templates/virtualeventcreate.html +++ b/rowers/templates/virtualeventcreate.html @@ -10,6 +10,9 @@

New Virtual Race

+

With this form, you can create a new virtual race. After you submit + the form, the race is created and will be visible to all users. From + that moment, only the site admin can delete the race (admin@rowsandall.com). You can still edit the race until the start of the race window.