Add asterisk explanation

This commit is contained in:
Corinne Durrmeyer 2024-08-09 15:04:14 +02:00
parent 243971c865
commit 35e5d1849e
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -14,7 +14,7 @@
%h2.fr-h6= I18n.t('views.registrations.new.subtitle')
.fr-fieldset__element
%p.fr-text--sm= t('utils.mandatory_champs')
%p.fr-text--sm= t('utils.asterisk_html')
.fr-fieldset__element= render Dsfr::InputComponent.new(form: f, attribute: :email, input_type: :email_field, opts: { autocomplete: 'email', autofocus: true })