From 00d3a6993fe1373002c1f706865069154977cd9a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:44:33 +1000 Subject: [PATCH] some styling --- templates/board.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}