demarches-normaliennes/app/views/admin
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
..
assigns instructeurs: make the create form not using email directly 2019-11-04 10:44:24 +01:00
attestation_templates Remove duplicated attachments 2019-09-17 18:12:53 +02:00
instructeurs instructeurs: make the create form not using email directly 2019-11-04 10:44:24 +01:00
mail_templates Remove simple form from mail_templates 2019-10-08 10:57:35 +02:00
procedures p cannot be included in label 2019-11-21 15:34:59 +01:00
_closed_mail_template_attestation_inconsistency_alert.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00