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.")