diff --git a/templates/board.html b/templates/board.html index 00f9192..b4b6cab 100644 --- a/templates/board.html +++ b/templates/board.html @@ -34,9 +34,6 @@ {% for thread in board_threads %} - {{thread.thread_num}} - {{thread.post_num}} - {{thread.name}} @@ -50,6 +47,9 @@ + {{thread.thread_num}} + {{thread.post_num}} + {{thread.name}} {{thread.txt}}