demarches-normaliennes/app/views/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
..
avis instructeurs: fix expert creation not to use Instructeur.email 2019-11-04 10:44:24 +01:00
dossiers permet le suivi auto après envoi instructeur 2019-11-20 16:41:30 +01:00
groupe_instructeurs Remove instructeur 2019-10-30 14:27:51 +01:00
passwords Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
procedures p cannot be included in label 2019-11-21 15:34:59 +01:00
recherche Fix pluralization in search page 2019-10-23 21:47:20 +02:00
shared Invite experts to linked dossiers 2019-10-23 13:10:09 +02:00
_login_banner.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00