Fix merge conflicts
This commit is contained in:
@@ -1868,11 +1868,7 @@ def token(request):
|
||||
the token was issued. This will be stored with the user along with
|
||||
the id for identification purposes in the backend.
|
||||
'''
|
||||
<<<<<<< HEAD
|
||||
course_id = SlashSeparatedCourseKey.from_deprecated_string(request.GET.get("course_id"))
|
||||
=======
|
||||
course_id = request.GET.get("course_id")
|
||||
>>>>>>> edx/master
|
||||
course = course_from_id(course_id)
|
||||
dtnow = datetime.datetime.now()
|
||||
dtutcnow = datetime.datetime.utcnow()
|
||||
|
||||
Reference in New Issue
Block a user