From b06c53cb8aeb64add1a0f3616763f644c609e7a7 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 26 Jun 2023 15:43:08 +0200
Subject: [PATCH] remove legacy text from pages

---
 app/views/admin/communication/websites/pages/static.html.erb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb
index aeece0369..a12a062df 100644
--- a/app/views/admin/communication/websites/pages/static.html.erb
+++ b/app/views/admin/communication/websites/pages/static.html.erb
@@ -31,7 +31,5 @@ children:
 <%= render 'admin/application/summary/static' %>
 header_text: >-
   <%= prepare_html_for_static @about.header_text, @website.university %>
-legacy_text: >
-  <%= prepare_html_for_static @about.text, @about.university %>
 <%= render 'admin/communication/blocks/content/static', about: @about %>
 ---
-- 
GitLab