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 a636b2ec8..d53ce543c 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 e77cc7d09..358b30c7d 100644
--- a/app/views/organizations/show.html.erb
+++ b/app/views/organizations/show.html.erb
@@ -52,7 +52,7 @@
<% end %>
- <% if act.org_act_type == 'OrgDocumentComment' %>
+ <% if act.org_act_type == 'OrgDocumentComment' && act.org_act_id != @organization.home_id %>