enough new tests for today
This commit is contained in:
@@ -1060,7 +1060,10 @@ def virtualevent_disqualify_view(request,id=0,recordid=0):
|
||||
else:
|
||||
form = DisqualificationForm(request.POST)
|
||||
|
||||
workout = Workout.objects.get(id=record.workoutid)
|
||||
try:
|
||||
workout = Workout.objects.get(id=record.workoutid)
|
||||
except Workout.DoesNotExist:
|
||||
raise Http404("Workout not found")
|
||||
|
||||
g = GraphImage.objects.filter(workout=workout).order_by("-creationdatetime")
|
||||
for i in g:
|
||||
|
||||
Reference in New Issue
Block a user