Fixes for email

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-09-24 12:09:43 +02:00
parent 8c97dd925f
commit 8006b8e0f3
10 changed files with 53 additions and 56 deletions

View File

@@ -29,7 +29,6 @@ defmodule MobilizonWeb.Email.Admin do
|> assign(:locale, locale)
|> assign(:subject, subject)
|> assign(:report, report)
|> render("report.html")
|> Email.premail()
|> render(:report)
end
end