From a729d5854dbb1cb381ef840a8aea2ee9d4765e60 Mon Sep 17 00:00:00 2001 From: Matthew Brandt <86337829+matthewbbrandt@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:56:50 -0700 Subject: [PATCH] Fix class name in answers_sort_nav.html --- askbot/jinja2/question/answers_sort_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/jinja2/question/answers_sort_nav.html b/askbot/jinja2/question/answers_sort_nav.html index 6f0c518927..d8ce9153d0 100644 --- a/askbot/jinja2/question/answers_sort_nav.html +++ b/askbot/jinja2/question/answers_sort_nav.html @@ -1,5 +1,5 @@
-

+

{% set pluralized_item_term=settings.WORDS_ANSWERS_COUNTABLE_FORMS|py_pluralize(answer_count)|capitalize|escape %} {% set item_count=answer_count %} {% trans %}{{ item_count }} {{ pluralized_item_term }}{% endtrans %}