public inbox for [email protected]help / color / mirror / Atom feed
Typo: The blog has been added to yor team 4+ messages / 3 participants [nested] [flat]
* Typo: The blog has been added to yor team @ 2019-03-08 08:46 Christoph Berg <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Christoph Berg @ 2019-03-08 08:46 UTC (permalink / raw) To: pgsql-www ----- Forwarded message from Planet PostgreSQL <[email protected]> ----- Date: Thu, 07 Mar 2019 08:54:16 +0000 From: Planet PostgreSQL <[email protected]> To: Christoph Berg <[email protected]> Subject: A blog joined your team on Planet PostgreSQL The blog at [...] has been added to yor team credativ on Planet PostgreSQL If this is correct, you do not need to do anything. If this is incorrect, please go to https://planet.postgresql.org/register/ and click the button to remove the blog from your team. We apologize if this causes work for you. ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Typo: The blog has been added to yor team @ 2019-03-08 15:30 Jonathan S. Katz <[email protected]> parent: Christoph Berg <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Jonathan S. Katz @ 2019-03-08 15:30 UTC (permalink / raw) To: Christoph Berg <[email protected]>; pgsql-www On 3/8/19 12:46 AM, Christoph Berg wrote: > ----- Forwarded message from Planet PostgreSQL <[email protected]> ----- > > Date: Thu, 07 Mar 2019 08:54:16 +0000 > From: Planet PostgreSQL <[email protected]> > To: Christoph Berg <[email protected]> > Subject: A blog joined your team on Planet PostgreSQL > > The blog at [...] > has been added to yor team credativ on Planet PostgreSQL Please see attached patched. Jonathan From 43890ac658619bc7d0e3745725499bff22676dfb Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" <[email protected]> Date: Fri, 8 Mar 2019 07:29:36 -0800 Subject: [PATCH] Fixed typo in email for blog addition. --- hamnadmin/hamnadmin/register/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamnadmin/hamnadmin/register/views.py b/hamnadmin/hamnadmin/register/views.py index 5c3702d..959b674 100644 --- a/hamnadmin/hamnadmin/register/views.py +++ b/hamnadmin/hamnadmin/register/views.py @@ -107,7 +107,7 @@ def edit(request, id=None): send_simple_mail(settings.EMAIL_SENDER, obj.team.manager.email, "A blog joined your team on Planet PostgreSQL", - u"The blog at {0} by {1} {2}\nhas been added to yor team {3} on Planet PostgreSQL\n\nIf this is correct, you do not need to do anything.\n\nIf this is incorrect, please go to\n\nhttps://planet.postgresql.org/register/\n\nand click the button to remove the blog from your team.\nWe apologize if this causes work for you.\n\n".format( + u"The blog at {0} by {1} {2}\nhas been added to your team {3} on Planet PostgreSQL\n\nIf this is correct, you do not need to do anything.\n\nIf this is incorrect, please go to\n\nhttps://planet.postgresql.org/register/\n\nand click the button to remove the blog from your team.\nWe apologize if this causes work for you.\n\n".format( obj.feedurl, obj.user.first_name, obj.user.last_name, obj.team.name), -- 2.14.3 (Apple Git-98) Attachments: [text/plain] 0001-Fixed-typo-in-email-for-blog-addition.patch (1.5K, 2-0001-Fixed-typo-in-email-for-blog-addition.patch) download | inline diff: From 43890ac658619bc7d0e3745725499bff22676dfb Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" <[email protected]> Date: Fri, 8 Mar 2019 07:29:36 -0800 Subject: [PATCH] Fixed typo in email for blog addition. --- hamnadmin/hamnadmin/register/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamnadmin/hamnadmin/register/views.py b/hamnadmin/hamnadmin/register/views.py index 5c3702d..959b674 100644 --- a/hamnadmin/hamnadmin/register/views.py +++ b/hamnadmin/hamnadmin/register/views.py @@ -107,7 +107,7 @@ def edit(request, id=None): send_simple_mail(settings.EMAIL_SENDER, obj.team.manager.email, "A blog joined your team on Planet PostgreSQL", - u"The blog at {0} by {1} {2}\nhas been added to yor team {3} on Planet PostgreSQL\n\nIf this is correct, you do not need to do anything.\n\nIf this is incorrect, please go to\n\nhttps://planet.postgresql.org/register/\n\nand click the button to remove the blog from your team.\nWe apologize if this causes work for you.\n\n".format( + u"The blog at {0} by {1} {2}\nhas been added to your team {3} on Planet PostgreSQL\n\nIf this is correct, you do not need to do anything.\n\nIf this is incorrect, please go to\n\nhttps://planet.postgresql.org/register/\n\nand click the button to remove the blog from your team.\nWe apologize if this causes work for you.\n\n".format( obj.feedurl, obj.user.first_name, obj.user.last_name, obj.team.name), -- 2.14.3 (Apple Git-98) [application/pgp-signature] signature.asc (833B, 3-signature.asc) download ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Typo: The blog has been added to yor team @ 2019-03-08 15:32 Dave Cramer <[email protected]> parent: Jonathan S. Katz <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Dave Cramer @ 2019-03-08 15:32 UTC (permalink / raw) To: Jonathan S. Katz <[email protected]>; +Cc: Christoph Berg <[email protected]>; pgsql-www How do i remove myself from credativ team? On Fri, Mar 8, 2019, 7:30 AM Jonathan S. Katz, <[email protected]> wrote: > On 3/8/19 12:46 AM, Christoph Berg wrote: > > ----- Forwarded message from Planet PostgreSQL <[email protected]> > ----- > > > > Date: Thu, 07 Mar 2019 08:54:16 +0000 > > From: Planet PostgreSQL <[email protected]> > > To: Christoph Berg <[email protected]> > > Subject: A blog joined your team on Planet PostgreSQL > > > > The blog at [...] > > has been added to yor team credativ on Planet PostgreSQL > > Please see attached patched. > > Jonathan > ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Typo: The blog has been added to yor team @ 2019-03-08 15:42 Jonathan S. Katz <[email protected]> parent: Dave Cramer <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Jonathan S. Katz @ 2019-03-08 15:42 UTC (permalink / raw) To: Dave Cramer <[email protected]>; +Cc: Christoph Berg <[email protected]>; pgsql-www On 3/8/19 7:32 AM, Dave Cramer wrote: > How do i remove myself from credativ team? From the Planet PostgreSQL interface, it does not appear you are associated with the credativ team. Jonathan Attachments: [application/pgp-signature] signature.asc (833B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2019-03-08 15:42 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2019-03-08 08:46 Typo: The blog has been added to yor team Christoph Berg <[email protected]> 2019-03-08 15:30 ` Jonathan S. Katz <[email protected]> 2019-03-08 15:32 ` Dave Cramer <[email protected]> 2019-03-08 15:42 ` Jonathan S. Katz <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox