number_of_excercises_to_change = Excercise.objects.filter(name=request.POST['from'], workout__user=request.user).count()