demarches-normaliennes/app/views/new_administrateur/groupe_instructeurs
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
..
index.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
show.html.haml Simple wording 2019-11-18 17:08:51 +01:00