Fix PEP8: E121 continuation line indentation

is not a multiple of four
This commit is contained in:
stv
2014-11-08 17:33:26 -08:00
parent ec74398d74
commit dff5772cda
4 changed files with 33 additions and 11 deletions

View File

@@ -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'),