add deletion token to admin email

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-06-07 21:12:29 +03:00
parent 56a4297bda
commit 127f4c7343

View file

@ -93,7 +93,11 @@ Comment:
```
{comment.comment}
```""",
```
Deletion token:
{comment.token}""",
)
flask.flash(f"Comment #{comment.id} confirmed.")