async fn seed_student_notification_templates(
conn: &mut PgConnection,
) -> Result<()>Expand description
The two terminal-state mails a student may get about a credit registration, and the only two that exist.
{{ENROLMENT_LINK}} is empty for a module with no open university product or no resolved access
token, so the sentence carrying it has to read correctly on its own; that degraded case is what
the configuration check reports as a problem.