Private
Public Access
1
0

Merge branch 'hotfix/v1.62'

This commit is contained in:
Sander Roosendaal
2017-03-12 23:34:10 +01:00
+1 -1
View File
@@ -3837,7 +3837,7 @@ def workout_comment_view(request,id=0):
return HttpResponseRedirect(url) return HttpResponseRedirect(url)
form = WorkoutCommentForm() form = WorkoutCommentForm()
g = GraphImage.objects.filter(workout=w).order_by("-creationdatetime") g = GraphImage.objects.filter(workout=w).order_by("-creationdatetime")
if (len(g)<=3): if (len(g)<=3):