From e4a22c4f1b950ed0cf00e53af4070023518981fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Wed, 29 Dec 2021 15:19:31 +0100 Subject: [PATCH] fix --- app/views/admin/education/programs/static.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb index 9cb062b3d..7e735294c 100644 --- a/app/views/admin/education/programs/static.html.erb +++ b/app/views/admin/education/programs/static.html.erb @@ -11,7 +11,6 @@ image_alt: "<%= @program.featured_image_alt %>" <% end %> categories: - "<%= @github_file.website.categories.find_by(program_id: @program.id)&.id %>" -<% if @program.teachers.any? %> teachers: - "marlene-dulaurans" - "arnaud-levy" -- GitLab