Commit abd17a24 by Adam

Merge pull request #623 from edx/adam/unicode-encode-error

make template string unicode
parents 25d45b85 893f0597
......@@ -2,7 +2,7 @@
<h2>${chapter_module.display_name_with_default}</h2>
<p>${_("You were most recently in {section_link}. If you\'re done with that, choose another section on the left.").format(
section_link='<a href="{url}">{section_name}</a>'.format(
section_link=u'<a href="{url}">{section_name}</a>'.format(
url=prev_section_url,
section_name=prev_section.display_name_with_default,
)
......
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