diff options
Diffstat (limited to 'hyperkitty/lib/view_helpers.py')
-rw-r--r-- | hyperkitty/lib/view_helpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/lib/view_helpers.py b/hyperkitty/lib/view_helpers.py index a27baaf..1187335 100644 --- a/hyperkitty/lib/view_helpers.py +++ b/hyperkitty/lib/view_helpers.py @@ -32,6 +32,7 @@ from hyperkitty.views.forms import CategoryForm FLASH_MESSAGES = { "updated-ok": ("success", "The profile was successfully updated."), "sent-ok": ("success", "The message has been sent successfully."), + "attached-ok": ("success", "Thread successfully re-attached."), } |