mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +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"""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
|
||||
or delete the comment by visiting the "delete" URL below.
|
||||
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.
|
||||
|
||||
The comment content includes your email (which will be listed publicly), as well as:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue