demarches-normaliennes/app/assets
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
..
fonts Add the Muti Italic font 2018-02-28 18:09:20 +01:00
images images: rename 'attachment' icon to 'attached' 2019-10-31 10:27:19 +01:00
javascripts Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
stylesheets p cannot be included in label 2019-11-21 15:34:59 +01:00