make template string unicode

This commit is contained in:
Adam Palay
2013-08-09 12:25:14 -04:00
parent 09a83dcd1e
commit 893f05976d

View File

@@ -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,
)