Commit 9b1cad90 by Diana Huang

Fix location that gets used for open-ended responses

parent 65c56edb
...@@ -149,7 +149,7 @@ class CapaModule(XModule): ...@@ -149,7 +149,7 @@ class CapaModule(XModule):
# Need the problem location in openendedresponse to send out. Adding # Need the problem location in openendedresponse to send out. Adding
# it to the system here seems like the least clunky way to get it # it to the system here seems like the least clunky way to get it
# there. # there.
self.system.set('location', self.location) self.system.set('location', self.location.url())
try: try:
# TODO (vshnayder): move as much as possible of this work and error # TODO (vshnayder): move as much as possible of this work and error
......
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