Commit d4c0516c by Victor Shnayder

another attempt to see what's broken on jenkins

parent 6ab80fb4
...@@ -205,7 +205,7 @@ def index(request, course_id, chapter=None, section=None, ...@@ -205,7 +205,7 @@ def index(request, course_id, chapter=None, section=None,
' far, should have gotten a course module for this user') ' far, should have gotten a course module for this user')
return redirect(reverse('about_course', args=[course.id])) return redirect(reverse('about_course', args=[course.id]))
log.debug("TEMP: course_id {}, chap {}, sec {}, first_time {}, course position = {}" log.warning("TEMP: course_id {}, chap {}, sec {}, first_time {}, course position = {}"
.format(course_id, chapter, section, first_time, course_module.position)) .format(course_id, chapter, section, first_time, course_module.position))
if chapter is None and section is None: if chapter is None and section is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment