From c047b31745321fea0dad385104d0c7bca4c218f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C4=ABna=20Lukjanovi=C4=8Da?= Date: Mon, 29 Apr 2024 09:27:34 +0000 Subject: [PATCH] Update templates/category.html --- templates/category.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/category.html b/templates/category.html index 16ceb7e..dc0f336 100644 --- a/templates/category.html +++ b/templates/category.html @@ -29,11 +29,6 @@ Upvote ({{ post.upvotes }}) Downvote ({{ post.downvotes }}) - {% if comments %} - {{ comment_count }} Comments - {% else %} - 0 Comments - {% endif %}