From 9130c280916b064049415719627caedc0820ce7b Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Thu, 8 Oct 2020 19:02:41 +0500 Subject: [PATCH] Suppress PII from discussion/forum (#25298) --- .../static/common/templates/discussion/templates.underscore | 4 ++-- .../templates/discussion/discussion_profile_page.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/static/common/templates/discussion/templates.underscore b/common/static/common/templates/discussion/templates.underscore index 0ddb6f2e53..37d1663a60 100644 --- a/common/static/common/templates/discussion/templates.underscore +++ b/common/static/common/templates/discussion/templates.underscore @@ -59,7 +59,7 @@ <% } %>
class="post-title"><%- title %>> -

+

<% var timeAgoHtml = interpolate( '%(created_at)s', @@ -174,7 +174,7 @@