Merge tag 'v1.62' into develop
bugfix comment
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user