From 9ca35a7c4d039c2aa76f2bb64d54c02496e0bb84 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 20 Apr 2018 06:48:31 +0900 Subject: [PATCH] Add missing moderation templates --- templates/mod/header.html | 1 + templates/mod/merge.html | 40 +++++++++++++++++++++++++++++++++ templates/mod/warning_form.html | 40 +++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 templates/mod/header.html create mode 100644 templates/mod/merge.html create mode 100644 templates/mod/warning_form.html diff --git a/templates/mod/header.html b/templates/mod/header.html new file mode 100644 index 00000000..e0ede06a --- /dev/null +++ b/templates/mod/header.html @@ -0,0 +1 @@ + \ No newline at end of file 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.:

+ +
+ + +
+ diff --git a/templates/mod/warning_form.html b/templates/mod/warning_form.html new file mode 100644 index 00000000..b0a9d02b --- /dev/null +++ b/templates/mod/warning_form.html @@ -0,0 +1,40 @@ +{% if post and board %} + {% set action = '?/' ~ board ~ '/warning/' ~ post %} +{% else %} + {% set action = '?/warning' %} +{% endif %} + +
+ + {% if redirect %} + + {% endif %} + {% if thread %} + + {% endif %} + + + + + + + + + + + +
+ + + + + ({% trans 'public; attached to post' %}) + +
+
+