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' %}) + +
+
+