Private
Public Access
1
0

Merge tag 'v1.62' into develop

bugfix comment
This commit is contained in:
Sander Roosendaal
2017-03-12 23:34:41 +01:00

View File

@@ -3837,7 +3837,7 @@ def workout_comment_view(request,id=0):
return HttpResponseRedirect(url)
form = WorkoutCommentForm()
g = GraphImage.objects.filter(workout=w).order_by("-creationdatetime")
if (len(g)<=3):