make translated string unicode (EDUCATOR-460)

This commit is contained in:
Adam Palay
2017-05-23 13:13:29 -04:00
parent df01a55cbc
commit 3b803085db

View File

@@ -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 = {