Commit e4f4988b by Will Daly

Merge pull request #501 from edx/will/small-unicode-fixup

Remove unnecessary unicode type conversion
parents b315a7fe 61e1fd03
......@@ -110,7 +110,7 @@ class StudioMixin(object):
'submission_start': submission_start,
'assessments': assessments,
'criteria': criteria,
'feedbackprompt': unicode(self.rubric_feedback_prompt),
'feedbackprompt': self.rubric_feedback_prompt,
'unused_assessments': unused_assessments,
'used_assessments': used_assessments
}
......
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