Skip to content

Commit

Permalink
Do not require login in the latest course instance redirect
Browse files Browse the repository at this point in the history
Fix #790
  • Loading branch information
markkuriekkinen committed Mar 5, 2021
1 parent b07d78d commit 4f45eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_common_objects(self, **kwargs):
self.note("instances", "msg")

class LastInstanceView(CourseMixin, BaseRedirectView):
access_mode = ACCESS.STUDENT
access_mode = ACCESS.ANONYMOUS

def get_resource_objects(self):
super().get_resource_objects()
Expand Down

0 comments on commit 4f45eac

Please sign in to comment.