summaryrefslogtreecommitdiffstats
path: root/hyperkitty/lib
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-18 13:46:46 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-18 13:50:08 +0200
commit63db25bb5e1a2605c7a2fdaabcba32422191f70b (patch)
treedf8d09107b5a8c06546ca99e991d6249d5e98960 /hyperkitty/lib
parentfd5bdaf0bd47260e4a797ff2156036a80d3ac3ee (diff)
downloadhyperkitty-63db25bb5e1a2605c7a2fdaabcba32422191f70b.tar.gz
hyperkitty-63db25bb5e1a2605c7a2fdaabcba32422191f70b.tar.xz
hyperkitty-63db25bb5e1a2605c7a2fdaabcba32422191f70b.zip
Add a page to reattach a broken thread
Diffstat (limited to 'hyperkitty/lib')
-rw-r--r--hyperkitty/lib/view_helpers.py1
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."),
}