mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
add deletion token to admin email
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
56a4297bda
commit
127f4c7343
1 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@ Comment:
|
||||||
|
|
||||||
```
|
```
|
||||||
{comment.comment}
|
{comment.comment}
|
||||||
```""",
|
```
|
||||||
|
|
||||||
|
Deletion token:
|
||||||
|
|
||||||
|
{comment.token}""",
|
||||||
)
|
)
|
||||||
|
|
||||||
flask.flash(f"Comment #{comment.id} confirmed.")
|
flask.flash(f"Comment #{comment.id} confirmed.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue