Skip to content

Commit

Permalink
Merge pull request #940 from matthewbbrandt/patch-1
Browse files Browse the repository at this point in the history
Fix class name in answers_sort_nav.html
  • Loading branch information
evgenyfadeev authored Jan 23, 2024
2 parents 02b50a2 + a729d58 commit 8f001cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askbot/jinja2/question/answers_sort_nav.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="answers-header">
<h2 class"js-answers-count">
<h2 class="js-answers-count">
{% set pluralized_item_term=settings.WORDS_ANSWERS_COUNTABLE_FORMS|py_pluralize(answer_count)|capitalize|escape %}
{% set item_count=answer_count %}
{% trans %}<span class="count">{{ item_count }}</span> {{ pluralized_item_term }}{% endtrans %}
Expand Down

0 comments on commit 8f001cd

Please sign in to comment.