Skip to content
Snippets Groups Projects
Verified Commit 48521964 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix typo

parent 1ed67895
No related branches found
No related tags found
No related merge requests found
Pipeline #4091 failed
......@@ -179,7 +179,7 @@ def get_lesson_documentation(
# Use all to make effect of prefetched data
doc_filter = filter(
lambda d: d.week == week.week and d.year == week.year,
self.dopycumentations.all(),
self.documentations.all(),
)
try:
return next(doc_filter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment