Commit 729f0eb2 by Diana Huang Committed by Sarina Canelake

Fix variable name.

parent a8a77b34
......@@ -351,7 +351,7 @@ def instructor_dashboard(request, course_id):
msg += message
elif "Show Background Task History" in action:
problem_location = strip_if_string(request.POST.get('problem_for_all_students', ''))
problem_location_str = strip_if_string(request.POST.get('problem_for_all_students', ''))
try:
problem_location = course_key.make_usage_key_from_deprecated_string(problem_location_str)
except InvalidKeyError:
......
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