From d4ee36a513cb3eaa1c7de873ec4c8be01020ff43 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 28 Jun 2023 07:35:03 +0200
Subject: [PATCH] Fix special pages with new editor [skip ci]

---
 app/views/admin/communication/websites/pages/show.html.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/admin/communication/websites/pages/show.html.erb b/app/views/admin/communication/websites/pages/show.html.erb
index 365723114..34e2c9deb 100644
--- a/app/views/admin/communication/websites/pages/show.html.erb
+++ b/app/views/admin/communication/websites/pages/show.html.erb
@@ -24,6 +24,7 @@
     </div>
   </div>
   <%= render 'admin/communication/blocks/content/editor', about: @page %>
+  <%= render 'admin/communication/websites/pages/show/special_page', about: @page %>
 <% end %>
 
 <%= render 'admin/application/dependencies', about: @page %>
-- 
GitLab