diff --git a/app/views/org_document_comments/edit.html.erb b/app/views/org_document_comments/edit.html.erb
index ffb04a4f9..b4f8662a3 100644
--- a/app/views/org_document_comments/edit.html.erb
+++ b/app/views/org_document_comments/edit.html.erb
@@ -21,6 +21,7 @@
+
<%= kindeditor_tag 'org_document_comment[content]',@org_document.content, :editor_id => 'org_document_description_editor', :height => "150px" %>
diff --git a/app/views/org_document_comments/index.html.erb b/app/views/org_document_comments/index.html.erb
index 3c2910529..d9b1d9579 100644
--- a/app/views/org_document_comments/index.html.erb
+++ b/app/views/org_document_comments/index.html.erb
@@ -16,7 +16,6 @@
<% @documents.each do |document| %>
diff --git a/app/views/organizations/show.html.erb b/app/views/organizations/show.html.erb
index 55d296cd1..deaec4437 100644
--- a/app/views/organizations/show.html.erb
+++ b/app/views/organizations/show.html.erb
@@ -51,7 +51,7 @@
<% end %>
- <% if act.org_act_type == 'OrgDocumentComment' %>
+ <% if act.org_act_type == 'OrgDocumentComment' && act.org_act_id != @organization.home_id %>