Fix PEP8: E121 continuation line indentation
is not a multiple of four
This commit is contained in:
@@ -773,8 +773,8 @@ 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.
|
||||
# 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,
|
||||
'is_shopping_cart_enabled': _is_shopping_cart_enabled,
|
||||
'cart_link': reverse('shoppingcart.views.show_cart'),
|
||||
|
||||
Reference in New Issue
Block a user