Fix shelf names on books page

This commit is contained in:
Mouse Reeve
2022-02-03 08:44:51 -08:00
parent 4a299bd5d0
commit 2c16b8f33b
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
href="{{ shelf_tab.local_path }}"
{% if shelf_tab.identifier == shelf.identifier %} aria-current="page"{% endif %}
>
{% include 'user/books_header.html' with shelf=shelf_tab %}
{% include "snippets/translated_shelf_name.html" with shelf=shelf_tab %}
</a>
</li>
{% endfor %}