From 5d6c97eb2f9feec305edd36e5f8f9c07fb8d466e Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Wed, 7 Aug 2024 11:22:52 +0200 Subject: [PATCH] Replace p.fr-callout__text with div to avoid unauthorised nesting --- app/views/commencer/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commencer/show.html.haml b/app/views/commencer/show.html.haml index 545789f98..609a61409 100644 --- a/app/views/commencer/show.html.haml +++ b/app/views/commencer/show.html.haml @@ -3,7 +3,7 @@ .commencer.form - if !user_signed_in? = render Dsfr::CalloutComponent.new(title: t(".start_procedure"), heading_level: 'h2') do |c| - - c.with_body do + - c.with_html_body do = render partial: 'shared/france_connect_login', locals: { url: commencer_france_connect_path(path: @procedure.path, prefill_token: @prefilled_dossier&.prefill_token) } %ul.fr-btns-group.fr-btns-group--inline %li