diff --git a/common/static/common/js/discussion/views/new_post_view.js b/common/static/common/js/discussion/views/new_post_view.js index 4f945e0195..163dba051a 100644 --- a/common/static/common/js/discussion/views/new_post_view.js +++ b/common/static/common/js/discussion/views/new_post_view.js @@ -151,7 +151,7 @@ }; NewPostView.prototype.updateVisibilityMessage = function($target, forceDivided) { - var $visEl = $('.group-visibility .field-label-text'); + var $visEl = $('#wrapper-visibility-message'); var visTemplate = edx.HtmlUtils.template($('#new-post-visibility-template').html()); var groupName = null; if (($target && $target.data('divided')) || forceDivided) { diff --git a/common/static/common/templates/discussion/new-post.underscore b/common/static/common/templates/discussion/new-post.underscore index f84188d203..fdf490f033 100644 --- a/common/static/common/templates/discussion/new-post.underscore +++ b/common/static/common/templates/discussion/new-post.underscore @@ -30,12 +30,7 @@ <% } else if (is_discussion_division_enabled) { %> -
- -
+
<% } %>
- <%= edx.HtmlUtils.ensureHtml(topics_html) %>