From aba577a48a1b86d1631d5459ee9eb3b5a3ceef6c Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Thu, 24 Aug 2023 15:10:03 +0500 Subject: [PATCH] forum add new post button below posts --- src/templates/forums/base_forum.html | 6 ------ src/templates/forums/thread_detail.html | 17 ++++++----------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/src/templates/forums/base_forum.html b/src/templates/forums/base_forum.html index 7c52a4c9b..779f533d6 100644 --- a/src/templates/forums/base_forum.html +++ b/src/templates/forums/base_forum.html @@ -31,12 +31,6 @@

{{ forum.competition.title }} Forum

Start a new topic - {% elif 'new_post' not in request.path %} - - - {% endif %} diff --git a/src/templates/forums/thread_detail.html b/src/templates/forums/thread_detail.html index 14a154e0e..291e141fc 100644 --- a/src/templates/forums/thread_detail.html +++ b/src/templates/forums/thread_detail.html @@ -32,19 +32,14 @@
- {% endfor %} + + + +