template: admin: add id isso-root
to comments wrapper
the admin page layout would be more neat
This commit is contained in:
parent
3d0fdffcb7
commit
795035ff6c
@ -172,7 +172,7 @@ function send_edit(com_id, hash) {
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<div id="isso-root">
|
||||||
{% set thread_id = "no_id" %}
|
{% set thread_id = "no_id" %}
|
||||||
{% for comment in comments %}
|
{% for comment in comments %}
|
||||||
{% if order_by == "tid" %}
|
{% if order_by == "tid" %}
|
||||||
@ -247,7 +247,7 @@ function send_edit(com_id, hash) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</main>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user