identite: add mandatory asterisk to CGU field
This commit is contained in:
parent
a1f8baefdc
commit
805ea0595b
1 changed files with 1 additions and 0 deletions
|
@ -44,5 +44,6 @@
|
||||||
= df.check_box :autorisation_donnees, required: true
|
= df.check_box :autorisation_donnees, required: true
|
||||||
J'accepte
|
J'accepte
|
||||||
= link_to "les CGU", CGU_URL, target: :blank
|
= link_to "les CGU", CGU_URL, target: :blank
|
||||||
|
%span.mandatory *
|
||||||
|
|
||||||
= f.submit "Continuer", class: "button large primary expand"
|
= f.submit "Continuer", class: "button large primary expand"
|
||||||
|
|
Loading…
Add table
Reference in a new issue