Changeset - a7517825a3cc
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 3 months ago 2024-01-31 23:10:05
ben@sturm.com.au
usethesource: Reword "source candidate and firmware image" in email
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy/usethesource/emails.py
Show inline comments
...
 
@@ -19,13 +19,13 @@ We've just published the following new candidate:
 
Vendor: {candidate.vendor}
 
Device: {candidate.device}
 
Released: {candidate.release_date}
 

	
 
{candidate.description}
 

	
 
To view this candidate and download the source and binary image, visit:
 
To view this candidate and download the source candidate and firmware image, visit:
 
https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': candidate.slug})}
 

	
 
--
 
{signature}
 
(Via https://sfconservancy.org{reverse('usethesource:landing')})'''
 
    headers = {'Message-ID': candidate.email_message_id}
...
 
@@ -39,13 +39,13 @@ def make_comment_email(comment):
 
    signature = comment.user.get_full_name() or comment.user.username
 
    sender = f'{signature} <{SENDER}>'
 
    to = [LIST_RECIPIENT]
 
    body = f'''\
 
{comment.message}
 

	
 
To view this candidate and download the source and binary image, visit:
 
To view this candidate and download the source candidate and firmware image, visit:
 
https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': candidate.slug})}
 

	
 
--
 
{signature}
 
(Via https://sfconservancy.org{reverse('usethesource:landing')})'''
 
    headers = {'Message-ID': comment.email_message_id}
0 comments (0 inline, 0 general)