demarches-normaliennes/app/views/new_administrateur
simon lehericey 84b125d272 p cannot be included in label
The main problem come from
%label{for: input_id}
  #{champ.libelle}
  %span.notice= string_to_html(champ.description)
%input

where string_to_html contains p tags

The proposed solution is
%label #{champ.libelle}
%p.notice
%input

It should be iso in the graphic sense.
2019-11-21 15:34:59 +01:00
..
groupe_instructeurs p cannot be included in label 2019-11-21 15:34:59 +01:00
procedure_administrateurs p cannot be included in label 2019-11-21 15:34:59 +01:00
procedures p cannot be included in label 2019-11-21 15:34:59 +01:00
services service: remove the mandatory SIRET field 2019-08-14 10:38:36 +02:00
_breadcrumbs.html.haml Add "continuer" button 👉 2019-10-01 10:26:42 +02:00