From b7624f71d4ddbbc54ded1ac70c3bd017d3e8a915 Mon Sep 17 00:00:00 2001 From: Alexis BENOIT Date: Thu, 12 Feb 2026 18:27:49 +0100 Subject: [PATCH] add lastmod key --- app/views/admin/education/programs/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb index 842103a00..dc7ec9361 100644 --- a/app/views/admin/education/programs/static.html.erb +++ b/app/views/admin/education/programs/static.html.erb @@ -8,7 +8,7 @@ administrator_involvements = program.involvements_through_roles .includes(:person) .ordered_by_name(language) %>--- -<%= render 'admin/application/static/core', about: @l10n, skip_date: true %> +<%= render 'admin/application/static/core', about: @l10n %> <%= render 'admin/application/static/breadcrumbs', about: @l10n %> <%= render 'admin/application/static/design', about: program,