Files
postgres-web/templates/docs/docsbug_completed.html
Stephen Frost dfd46afae4 Send -bugs and -docs emails from noreply address
Sending from the submitters address runs afoul to DMARC and other
restrictions. Instead, send the email from a defined noreply address.
Instead, add the original submitter to both the Cc and the Reply-To
header, to make sure they receive followups.

Patch by Stephen, minor changes by Magnus
2017-12-18 15:59:18 +01:00

12 lines
402 B
HTML

{%extends "base/page.html"%}
{%block title%}Documentation comment{%endblock%}
{%block contents%}
<h1>Documentation comment</h1>
<p>
Your documentation comment has been received, and been posted to
the <a href="/list/pgsql-docs/">pgsql-docs</a> mailinglist. It will
show up there as soon as it has cleared the moderator queue.
A copy of the comment has also been sent to your mailbox.
</p>
{%endblock%}