We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e162f commit 99e5650Copy full SHA for 99e5650
course/views.py
@@ -241,8 +241,8 @@ def get_common_objects(self):
241
super().get_common_objects()
242
self.now = timezone.now()
243
try:
244
- self.children = self.content.flat_module(self.module)
245
- cur, _tree, prev, nex = self.content.find(self.module)
+ self.children = self.points.flat_module(self.module)
+ cur, _tree, prev, nex = self.points.find(self.module)
246
self.previous = prev
247
self.current = cur
248
self.next = nex
0 commit comments