Merge remote-tracking branch 'origin/feature/VBV-496-dash-regionalleiter' into feature/VBV-496-dash-regionalleiter
This commit is contained in:
commit
a01e8bd9f0
|
|
@ -74,7 +74,7 @@ def feedback_responses(
|
||||||
_id=course_id, # noqa
|
_id=course_id, # noqa
|
||||||
satisfaction_average=avg, # noqa
|
satisfaction_average=avg, # noqa
|
||||||
satisfaction_max=4, # noqa
|
satisfaction_max=4, # noqa
|
||||||
total_responses=len(fbs), # noqa
|
total_responses=len(circle_feedbacks), # noqa
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue