From 21b1029df0d867399770a4133a0f61980800fb9a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 1 Feb 2019 12:19:11 +0100 Subject: [PATCH] suite --- app/views/layouts/public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 4959bb5..802d15f 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -312,7 +312,7 @@ %h2 Nous contacter - -@contact = @contact || Contact.new(:provenance_id => 2) + -@contact = @contact || Contact.new(:provenance_id => 5) .contact_form.contact_militer#form =render :partial => "public/contacts/form"