mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Set sender name on bug report and docs comments email
This commit is contained in:
@ -144,6 +144,7 @@ def commentform(request, itemid, version, filename):
|
||||
usergenerated=True,
|
||||
cc=form.cleaned_data['email'],
|
||||
replyto='%s, %s' % (form.cleaned_data['email'], settings.DOCSREPORT_NOREPLY_EMAIL),
|
||||
sendername='PG Doc comments form'
|
||||
)
|
||||
return render_to_response('docs/docsbug_completed.html', {
|
||||
}, NavContext(request, 'docs'))
|
||||
|
Reference in New Issue
Block a user