Commit 3b803085 by Adam Palay

make translated string unicode (EDUCATOR-460)

parent df01a55c
......@@ -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