From 2feda8467e589ccea08f626d58371de634c6c8e3 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 23 Aug 2012 10:32:27 -0400 Subject: [PATCH] fix unicode error on forum profile view page --- lms/templates/discussion/user_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/discussion/user_profile.html b/lms/templates/discussion/user_profile.html index 1bc6addffc..98d7ddedfd 100644 --- a/lms/templates/discussion/user_profile.html +++ b/lms/templates/discussion/user_profile.html @@ -30,7 +30,7 @@
- ${content} + ${content.decode('utf-8')}