Crude solution to allowing new styles on White Label about pages.

This commit is contained in:
Stephen Sanchez
2014-09-25 19:18:15 +00:00
parent daeddf3eaf
commit 3fd3bd4e43
2 changed files with 5 additions and 2 deletions

View File

@@ -748,6 +748,9 @@ def course_about(request, course_id):
'invitation_only': invitation_only,
'active_reg_button': active_reg_button,
'is_shib_course': is_shib_course,
# We do not want to display the internal courseware header, which is used when the course is found in the
# context. This value is therefor explicitly set to render the appropriate header.
'disable_courseware_header': True,
})