vault19 / django-courses

Simple Django to manage courses
MIT License
6 stars 5 forks source link

Unsubscribed user has view button on past chapter's lecture's #48

Closed ricco386 closed 3 years ago

ricco386 commented 3 years ago

When unsubscribed user list course run details there is list of chapters and only subscribed users should see lectures and Views buttons. In this bug unsubscribed user see past chapter's lectures's.

If he click on view button he got 403 which is correct but he shouldnt see the button (or any lectures) at all.

As a bonus staff users should be allowed to view and access lectures that they are not subscribed to.