From c3c96d474dcee82a12b04f7b3f0f0432eb0124b3 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Fri, 24 Dec 2021 16:45:45 +0100
Subject: [PATCH] structure

---
 app/views/admin/education/programs/static.html.erb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index c3b9ca622..ad311dd07 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -12,10 +12,10 @@ image_alt: "<%= @program.featured_image_alt %>"
 categories:
   - "<%= @github_file.website.categories.find_by(program_id: @program.id)&.id %>"
 <% if @program.teachers.any? %>
-persons:
-  - "marlene-dulaurans"
-  - "arnaud-levy"
-  - "quentin-bessiere"
+teachers:
+  - marlene-dulaurans
+administrators:
+  - quentin-bessiere
 contact_list:
   - title: "Cheffe de département"
     persons:
-- 
GitLab