diff --git a/bookwyrm/templates/shelf/shelf.html b/bookwyrm/templates/shelf/shelf.html index a630918a6..3a5652219 100644 --- a/bookwyrm/templates/shelf/shelf.html +++ b/bookwyrm/templates/shelf/shelf.html @@ -92,7 +92,7 @@ {% with count=books.paginator.count %} {% if count %} -

+ {% blocktrans trimmed count counter=count with formatted_count=count|intcomma %} {{ formatted_count }} book {% plural %} @@ -104,7 +104,7 @@ (showing {{ start }}-{{ end }}) {% endblocktrans %} {% endif %} -

+ {% endif %} {% endwith %} diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html index ea6096668..197cf5b6c 100644 --- a/bookwyrm/templates/snippets/shelf_selector.html +++ b/bookwyrm/templates/snippets/shelf_selector.html @@ -17,7 +17,7 @@ {% if shelf.editable %}