mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
remove extra newline in the email
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
8cbd47b566
commit
e6489ab8e6
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@ def comment():
|
||||||
f"Email confirmation for guestbook comment #{comment.id}",
|
f"Email confirmation for guestbook comment #{comment.id}",
|
||||||
f"""Hello!
|
f"""Hello!
|
||||||
|
|
||||||
You (or someone) have commented on the {flask.request.url} guestbook. If it was you, please confirm your email address below. Otherwise - you may ignore this email
|
You (or someone) have commented on the {flask.request.url} guestbook. If it was you, please confirm your email address below. Otherwise - you may ignore this email or delete the comment by visiting the "delete" URL below.
|
||||||
or delete the comment by visiting the "delete" URL below.
|
|
||||||
|
|
||||||
The comment content includes your email (which will be listed publicly), as well as:
|
The comment content includes your email (which will be listed publicly), as well as:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue