From 9158aff702ed376de39f3aea01ec67b0d0efa874 2024-01-31 01:33:47 From: Ben Sturmfels Date: 2024-01-31 01:33:47 Subject: [PATCH] usethesource: Fix typo in email signature --- diff --git a/conservancy/usethesource/emails.py b/conservancy/usethesource/emails.py index 4620a8f2bb3b69e625e64e8ba7ad7200a479548f..638f1ea668cb8542286724f1890c235521381bb8 100644 --- a/conservancy/usethesource/emails.py +++ b/conservancy/usethesource/emails.py @@ -27,7 +27,7 @@ https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': cand -- {signature} -(Via http//sfconservancy.org{reverse('usethesource:landing')})''' +(Via https://sfconservancy.org{reverse('usethesource:landing')})''' headers = {'Message-ID': candidate.email_message_id} return EmailMessage(subject, body, sender, to, headers=headers) @@ -47,7 +47,7 @@ https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': cand -- {signature} -(Via http//sfconservancy.org{reverse('usethesource:landing')})''' +(Via https://sfconservancy.org{reverse('usethesource:landing')})''' headers = {'Message-ID': comment.email_message_id} if in_reply_to := comment.in_reply_to(): # From my testing, both "In-Reply-To" and "References" headers trigger