From 10e9e2c45559eef9dd47a6c05d0377cabc7664b6 Mon Sep 17 00:00:00 2001 From: discomrade Date: Wed, 23 Jun 2021 10:23:34 -0200 Subject: [PATCH] Place IP notes and ban form above post history --- templates/mod/view_ip.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index be4119e0..d47e6d4f 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -1,16 +1,3 @@ -{% for board_posts in posts %} -
- - - {{ config.board_abbreviation|sprintf(board_posts.board.uri) }} - - - {{ board_posts.board.title|e }} - - - {{ board_posts.posts|join('
') }} -
-{% endfor %} - {% if mod|hasPermission(config.mod.view_notes) %}
@@ -213,3 +200,16 @@
{% endif %} + +{% for board_posts in posts %} +
+ + + {{ config.board_abbreviation|sprintf(board_posts.board.uri) }} + - + {{ board_posts.board.title|e }} + + + {{ board_posts.posts|join('
') }} +
+{% endfor %}