X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Femails%2Fcontact-form%2Fhtml.pug;h=5a24fa6f118abd247a80dda7009a29dce569a0d8;hb=32a18cbf33a7cdbbe3d4885d32e4b67e19cdc1cf;hp=0073ff78e27091951665e9173e99974135dad8cd;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;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