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/templates/ajax/reattach_suggest.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hyperkitty/templates/ajax/reattach_suggest.html (limited to 'hyperkitty/templates/ajax') diff --git a/hyperkitty/templates/ajax/reattach_suggest.html b/hyperkitty/templates/ajax/reattach_suggest.html new file mode 100644 index 0000000..7b94075 --- /dev/null +++ b/hyperkitty/templates/ajax/reattach_suggest.html @@ -0,0 +1,11 @@ +{% load hk_generic %} + + {% for s_thread in suggested_threads %} +
  • +
  • + {% empty %} +
  • (no suggestions)
  • + {% endfor %} -- cgit