From 63db25bb5e1a2605c7a2fdaabcba32422191f70b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 18 Jul 2013 13:46:46 +0200 Subject: Add a page to reattach a broken thread --- hyperkitty/lib/view_helpers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/lib/view_helpers.py') 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."), } -- cgit