demarches-normaliennes/app/views/new_administrateur/procedure_administrateurs
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
..
_add_admin_form.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
_administrateur.html.haml change date format for all, use try_format_date of helper 2019-06-12 17:48:12 +02:00
create.js.haml Clear the “add admin” field after submit 2019-06-12 16:58:30 +02:00
destroy.js.haml Add multi-admin UI 2019-05-06 16:19:08 +02:00
index.html.haml Clear the “add admin” field after submit 2019-06-12 16:58:30 +02:00