Private
Public Access
1
0

fix in comments

This commit is contained in:
Sander Roosendaal
2017-03-12 23:33:24 +01:00
parent 1e25153a0f
commit 5a06fdcea6

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):