Merge pull request #535 from MITx/feature/forum_unicode
fix unicode error on forum profile view page
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</section>
|
||||
|
||||
<section class="course-content">
|
||||
${content}
|
||||
${content.decode('utf-8')}
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user