demarches-normaliennes/app/views/admin
Pierre de La Morinerie f131dbb80d instructeurs: make the create form not using email directly
Before the form attempted to read an email value from the Instructeur
model, and failed (because the empty Instructeur had no user yet).

We could let `Instructeur#email` return `nil` if there is no User –
but as a created Instructeur is always supposed to have a User, this
seems like a nice safeguard to keep.

So instead this commit rewrites the create form, which now doesn’t
depend on an Instructeur model. Seems easy enough for now.
2019-11-04 10:44:24 +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 move procedure to new design 2019-10-31 10:27:19 +01:00
_closed_mail_template_attestation_inconsistency_alert.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00