Show full email address of pgsql-hackers
authorMagnus Hagander <magnus@hagander.net>
Fri, 6 Feb 2015 12:05:35 +0000 (13:05 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 6 Feb 2015 12:05:35 +0000 (13:05 +0100)
Suggested by Stefan K

pgcommitfest/commitfest/views.py

index 3268b7e5ee9fce69693f4037078b6dfbc3fcb800..ab622c951a90d32c91754d3bffacf5a7236f4680 100644 (file)
@@ -368,7 +368,7 @@ def comment(request, cfid, patchid, what):
                'breadcrumbs': [{'title': cf.title, 'href': '/%s/' % cf.pk},
                                                {'title': 'View patch', 'href': '/%s/%s/' % (cf.pk, patch.pk)}],
                'title': "Add %s" % what,
-               'note': '<b>Note!</b> This form will generate an email to the public mailinglist <i>pgsql-hackers</i>, with sender set to %s!' % (UserWrapper(request.user).email),
+               'note': '<b>Note!</b> This form will generate an email to the public mailinglist <i>%s</i>, with sender set to <i>%s</i>!' % (settings.HACKERS_EMAIL, UserWrapper(request.user).email),
                'savebutton': 'Send %s' % what,
        }, context_instance=RequestContext(request))