Private
Public Access
1
0

removing workouttype for race subvmitt

This commit is contained in:
Sander Roosendaal
2020-09-27 18:42:49 +02:00
parent 157e572adc
commit aeaeb44071

View File

@@ -3124,7 +3124,7 @@ def virtualevent_submit_result_view(request,id=0,workoutid=0):
ws = Workout.objects.filter(
user=r,
workouttype__in=mytypes.rowtypes,
#workouttype__in=mytypes.rowtypes,
startdatetime__gte=startdatetime,
startdatetime__lte=enddatetime,
).order_by("-date","-startdatetime","id")