From 795035ff6c874efaa1f49ab8105417c672224dd9 Mon Sep 17 00:00:00 2001 From: Rocka Date: Sat, 9 Jun 2018 19:09:38 +0800 Subject: [PATCH] template: admin: add id `isso-root` to comments wrapper the admin page layout would be more neat --- isso/templates/admin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isso/templates/admin.html b/isso/templates/admin.html index 484a949..e7348d0 100644 --- a/isso/templates/admin.html +++ b/isso/templates/admin.html @@ -172,7 +172,7 @@ function send_edit(com_id, hash) { {% endfor %} -
+
{% set thread_id = "no_id" %} {% for comment in comments %} {% if order_by == "tid" %} @@ -247,7 +247,7 @@ function send_edit(com_id, hash) {
{% endfor %} -
+