From ee3dc6f7a6edfabd5555b7691df458098223cdbf Mon Sep 17 00:00:00 2001 From: kencx Date: Sun, 18 Jun 2023 13:18:46 +0800 Subject: [PATCH] Fix to remove stray pasted line --- tildes/tildes/templates/topic_listing.jinja2 | 1 - 1 file changed, 1 deletion(-) diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index 0c12391..d263a4a 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -105,7 +105,6 @@ {% if tag %} {% if is_single_group %} Showing only topics in {{ link_to_group(group) }} with the tag "{{ tag|replace('_', ' ') }}" ({{ topics.total_count }} total). -

{{ pluralize(topic.num_comments, "comment") }}

Back to normal view / {% if request.user %}