diff --git a/lms/djangoapps/teams/static/teams/templates/group.underscore b/lms/djangoapps/teams/static/teams/templates/group.underscore index ac8207d80570..4d77424acc18 100644 --- a/lms/djangoapps/teams/static/teams/templates/group.underscore +++ b/lms/djangoapps/teams/static/teams/templates/group.underscore @@ -1 +1 @@ -<% if (roomID[teamID]) { print('

Team Discussion

'); } %> +<% if (roomID[teamID]) { print('

Team Discussion

'); } %>