Update support form to make course required.

Update support form to auto select course and make course
selection required to submit form.

LEARNER-4254
This commit is contained in:
Waheed Ahmed
2018-04-18 17:59:38 +05:00
parent db5042f084
commit 2c09ebb208
10 changed files with 59 additions and 21 deletions

View File

@@ -1288,6 +1288,7 @@ MIDDLEWARE_CLASSES = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
# to redirected unenrolled students to the course info page
'courseware.middleware.CacheCourseIdMiddleware',
'courseware.middleware.RedirectMiddleware',
'course_wiki.middleware.WikiAccessMiddleware',