From 0863e3461912211faaea9b725eb63b43041f0b9b Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Tue, 7 Aug 2012 11:40:58 -0400 Subject: [PATCH] display actual username --- lms/templates/discussion/_thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/discussion/_thread.html b/lms/templates/discussion/_thread.html index a185b5f7f8..4e93e514d1 100644 --- a/lms/templates/discussion/_thread.html +++ b/lms/templates/discussion/_thread.html @@ -104,7 +104,7 @@ % if content['anonymous']: anonymous % else: - user No.${content['user_id']} + ${content['username']} % endif