Commit f0f09ce6 by Adam Committed by GitHub

Merge pull request #15171 from edx/adam/fix-unicode-error

make translated string unicode (EDUCATOR-460)
parents df01a55c 3b803085
......@@ -709,7 +709,7 @@ class CapaMixin(ScorableXBlockMixin, CapaFields):
save_message = None
if self.has_saved_answers:
save_message = _(
"Your answers were previously saved. Click '{button_name}' to grade them."
u"Your answers were previously saved. Click '{button_name}' to grade them."
).format(button_name=self.submit_button_name())
context = {
......
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