From 127f4c73432fcf74ef124daf34bce639e888a939 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 7 Jun 2024 21:12:29 +0300 Subject: [PATCH] add deletion token to admin email Signed-off-by: Ari Archer --- src/aw/views.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/aw/views.py b/src/aw/views.py index 96e5053..a080f28 100644 --- a/src/aw/views.py +++ b/src/aw/views.py @@ -93,7 +93,11 @@ Comment: ``` {comment.comment} -```""", +``` + +Deletion token: + + {comment.token}""", ) flask.flash(f"Comment #{comment.id} confirmed.")