Skip to content

Commit b3f08c2

Browse files
Post-rebase tweaks
1 parent fd8700b commit b3f08c2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/backend/src/couchers/email/emails.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,6 @@ def get_body_blocks(self, loc_context: LocalizationContext) -> list[EmailBlock]:
17581758
builder.para(
17591759
"generic.closing_lines.aapeli",
17601760
{
1761-
"email_link": html_email_link("aapeli@couchers.org"),
17621761
"profile_link": html_link("https://couchers.org/user/aapeli"),
17631762
},
17641763
)

app/backend/src/couchers/email/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"closing_lines": {
88
"default": "Best,<br>The Couchers.org Team",
99
"founders": "Aapeli and Itsi,<br>Couchers.org Founders",
10-
"aapeli": "Aapeli<br>Couchers.org Co-founder<br><a href=\"mailto:aapeli@couchers.org\">aapeli@couchers.org</a> (feel free to shoot me an email at any time)<br><a href=\"https://couchers.org/user/aapeli\">https://couchers.org/user/aapeli</a>",
11-
"emily": "Emily from Couchers.org<br><a href=\"mailto:community@couchers.org\">community@couchers.org</a><br><a href=\"https://couchers.org/user/emily\">https://couchers.org/user/emily</a>"
10+
"aapeli": "Aapeli<br>Couchers.org Co-founder<br>{{ profile_link }}",
11+
"emily": "Emily from Couchers.org<br>{{ email_link }}<br>{{ profile_link }}"
1212
},
1313
"footer": {
1414
"received_because": "You're receiving this email because you signed up for Couchers.org.",

0 commit comments

Comments
 (0)