diff --git a/app/views/admin/application/categories/_show.html.erb b/app/views/admin/application/categories/_show.html.erb
index 38374ca2d9995310e62642dffb94f1ce0d71d04c..6e5c5ba1b8921eb61be3e47f4c0456b16fc1c896 100644
--- a/app/views/admin/application/categories/_show.html.erb
+++ b/app/views/admin/application/categories/_show.html.erb
@@ -29,4 +29,5 @@
     </div>
     <%= render 'admin/application/meta_description/show', about: l10n %>
   </div>
-</div>
\ No newline at end of file
+</div>
+<%= render 'admin/communication/contents/editor', about: @l10n %>
\ No newline at end of file
diff --git a/app/views/admin/communication/websites/agenda/categories/show.html.erb b/app/views/admin/communication/websites/agenda/categories/show.html.erb
index 4c3ecff2b01be1c7607b988b7ce0afd7bd88bbe4..5f0434a28857563af70a3b24eba394e58086ed35 100644
--- a/app/views/admin/communication/websites/agenda/categories/show.html.erb
+++ b/app/views/admin/communication/websites/agenda/categories/show.html.erb
@@ -1,7 +1,6 @@
 <% content_for :title, @l10n %>
 
 <%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
-<%= render 'admin/communication/contents/editor', about: @l10n %>
 
 <% if @events.total_count > 0 %>
   <div class="row">
diff --git a/app/views/admin/communication/websites/portfolio/categories/show.html.erb b/app/views/admin/communication/websites/portfolio/categories/show.html.erb
index 12997cdf55b9559020395b21deef4c6e371fbcd9..716954ddf8b7e76505c21e3e10c25265c6b27e45 100644
--- a/app/views/admin/communication/websites/portfolio/categories/show.html.erb
+++ b/app/views/admin/communication/websites/portfolio/categories/show.html.erb
@@ -1,7 +1,6 @@
 <% content_for :title, @l10n %>
 
 <%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
-<%= render 'admin/communication/contents/editor', about: @l10n %>
 
 <% if @projects.total_count > 0 %>
   <div class="row">
diff --git a/app/views/admin/communication/websites/posts/categories/show.html.erb b/app/views/admin/communication/websites/posts/categories/show.html.erb
index c7d14f6815179da2977a747d82011d96378bab86..0a0d858c9169bb605cf9255395ffec7e8ad53f3a 100644
--- a/app/views/admin/communication/websites/posts/categories/show.html.erb
+++ b/app/views/admin/communication/websites/posts/categories/show.html.erb
@@ -1,7 +1,6 @@
 <% content_for :title, @l10n %>
 
 <%= render 'admin/application/categories/show', category: @category, l10n: @l10n %>
-<%= render 'admin/communication/contents/editor', about: @l10n %>
 
 <% if @posts.total_count > 0 %>
   <div class="row">