X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Femails%2Fcontact-form%2Fhtml.pug;h=5a24fa6f118abd247a80dda7009a29dce569a0d8;hb=40c52969f731b9102d4b33c4f5a80bfbbc651894;hp=0073ff78e27091951665e9173e99974135dad8cd;hpb=df4c603dea022146476812cbbc2b9f8f1e5e4870;p=github%2FChocobozzz%2FPeerTube.git 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 | Someone just used the contact form block content - p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]: + p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{instanceName}]: blockquote(style='white-space: pre-wrap') #{body} 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