diff --git a/common/djangoapps/student/views.py b/common/djangoapps/student/views.py index 2cface304c..dc541ff40b 100644 --- a/common/djangoapps/student/views.py +++ b/common/djangoapps/student/views.py @@ -223,9 +223,9 @@ def change_enrollment(request): org, course_num, run=course_id.split("/") statsd.increment("lms.user.unenrollment", - tags=["org:{0}".format(org), - "course:{0}".format(course_num), - "run:{0}".format(run)]) + tags=["org:{0}".format(org), + "course:{0}".format(course_num), + "run:{0}".format(run)]) return {'success': True} except CourseEnrollment.DoesNotExist: