From 66793eee6dabf5124b8c423af4c4fd823c4d113c Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 20 Apr 2018 06:48:31 +0900 Subject: [PATCH] Add missing merge moderation template --- templates/mod/merge.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/mod/merge.html diff --git a/templates/mod/merge.html b/templates/mod/merge.html new file mode 100644 index 00000000..5f931d10 --- /dev/null +++ b/templates/mod/merge.html @@ -0,0 +1,40 @@ +
+ + + + + + + + + + + + + + +
+ {% trans 'Thread ID' %} + + >>>{{ config.board_abbreviation|sprintf(board) }}{{ post }} +
{% trans 'Target board' %} +
    + {% for targetboard in boards %} +
  • + + +
  • + {% endfor %} +
+
{% trans 'Target thread' %} +

Please specify the thread you want to merge the thread with, if you specify a post, the thread of that post will be used.:

+ +
+ + +
+