summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/email.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/templates/layout/email.html.eex')
-rw-r--r--lib/pleroma/web/templates/layout/email.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/email.html.eex b/lib/pleroma/web/templates/layout/email.html.eex
index 087aa4fc0..5858e48b4 100644
--- a/lib/pleroma/web/templates/layout/email.html.eex
+++ b/lib/pleroma/web/templates/layout/email.html.eex
@@ -5,6 +5,6 @@
<title><%= @email.subject %></title>
</head>
<body>
- <%= render @view_module, @view_template, assigns %>
+ <%= render Phoenix.Controller.view_module(@conn), Phoenix.Controller.view_template(@conn), assigns %>
</body>
</html>