diff options
Diffstat (limited to 'server/lib/emails/contact-form')
-rw-r--r-- | server/lib/emails/contact-form/html.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emails/contact-form/html.pug b/server/lib/emails/contact-form/html.pug index 0073ff78e..5a24fa6f1 100644 --- a/server/lib/emails/contact-form/html.pug +++ b/server/lib/emails/contact-form/html.pug | |||
@@ -4,6 +4,6 @@ block title | |||
4 | | Someone just used the contact form | 4 | | Someone just used the contact form |
5 | 5 | ||
6 | block content | 6 | block content |
7 | p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]: | 7 | p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{instanceName}]: |
8 | blockquote(style='white-space: pre-wrap') #{body} | 8 | blockquote(style='white-space: pre-wrap') #{body} |
9 | p You can contact them at #[a(href=`mailto:${fromEmail}`) #{fromEmail}], or simply reply to this email to get in touch. \ No newline at end of file | 9 | p You can contact them at #[a(href=`mailto:${fromEmail}`) #{fromEmail}], or simply reply to this email to get in touch. \ No newline at end of file |