From b3674b34ab77f0a7c43597b581d699134d516008 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 13 Mar 2017 15:14:01 -0400 Subject: [PATCH 1/2] Fix duplicated ids in discussion action menus --- .../common/templates/discussion/forum-actions.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/static/common/templates/discussion/forum-actions.underscore b/common/static/common/templates/discussion/forum-actions.underscore index d246af17df..6cc46e20a8 100644 --- a/common/static/common/templates/discussion/forum-actions.underscore +++ b/common/static/common/templates/discussion/forum-actions.underscore @@ -3,11 +3,11 @@ <% _.each(primaryActions, function(action) { print(_.template($('#forum-action-' + action).html())({})) }) %>
  • - -