Add 'View Consent' button to dashboard when required
Enterprise customers can require user to agree to Data Sharing Consent form before they can access a course. We now add it conditionally to Course Dashboard when it's required so it's apparent to user and they have a way to revist the consent form if they've previously declined or the course has not yet started. WL-1281
Showing
- common/djangoapps/student/tests/test_views.py 41 additions, 0 deletionscommon/djangoapps/student/tests/test_views.py
- common/djangoapps/student/views.py 17 additions, 1 deletioncommon/djangoapps/student/views.py
- lms/static/sass/multicourse/_dashboard.scss 10 additions, 1 deletionlms/static/sass/multicourse/_dashboard.scss
- lms/templates/dashboard.html 2 additions, 1 deletionlms/templates/dashboard.html
- lms/templates/dashboard/_dashboard_course_listing.html 99 additions, 97 deletionslms/templates/dashboard/_dashboard_course_listing.html
- lms/templates/dashboard/_dashboard_show_consent.html 25 additions, 0 deletionslms/templates/dashboard/_dashboard_show_consent.html
Please register or sign in to comment