mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
improve email formatting
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
e349acdc24
commit
f98ceb27ea
1 changed files with 5 additions and 3 deletions
|
@ -169,7 +169,7 @@ Comment:
|
|||
{comment.comment}
|
||||
```
|
||||
|
||||
Visit the following URL to *confirm* this email:
|
||||
Visit the following URL to *confirm* the comment:
|
||||
|
||||
{flask.request.url.rstrip("/")}{flask.url_for("views.confirm", comment_id=comment.id, token=comment.token)}
|
||||
|
||||
|
@ -177,9 +177,11 @@ Or you may *delete* the comment (even if you haven't confirmed it yet) by going
|
|||
|
||||
{flask.request.url.rstrip("/")}{flask.url_for("views.delete", comment_id=comment.id, token=comment.token)}
|
||||
|
||||
If clicking the link does not work, try pasting it into your browser or running `curl`/`wget`/`axel` on it :)
|
||||
You may delete the comment at any point.
|
||||
|
||||
Please do not reply to this email and if you have any questions - email ari@ari.lt (Ari Archer with the GPG key 4FAD63E936B305906A6C4894A50D5B4B599AF8A2).""",
|
||||
If clicking the link does not work, try pasting it into your browser or running `curl`/`wget`/`axel`/... on it :)
|
||||
|
||||
Please do not reply to this email and if you have any questions - email Ari Archer <ari@ari.lt> with the GPG key 4FAD63E936B305906A6C4894A50D5B4B599AF8A2.""",
|
||||
)
|
||||
except Exception:
|
||||
models.db.session.delete(comment)
|
||||
|
|
Loading…
Add table
Reference in a new issue