From ebf971fad3355885067fff845574c29b148f01c6 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 22 Aug 2012 18:22:50 -0400 Subject: [PATCH] Profiles and permalinks both appear to be broken, so disabling both for now --- lms/templates/discussion/_content.mustache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/templates/discussion/_content.mustache b/lms/templates/discussion/_content.mustache index 8f3a284510..7b98c49ae0 100644 --- a/lms/templates/discussion/_content.mustache +++ b/lms/templates/discussion/_content.mustache @@ -37,7 +37,7 @@ anonymous {{/content.anonymous}} {{^content.anonymous}} - {{content.username}} + {{content.username}} {{/content.anonymous}}
@@ -53,7 +53,9 @@