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