use shelf name if not default shelf

(instead of shelf.identifier)
This commit is contained in:
Hugh Rundle
2021-11-06 11:10:58 +11:00
parent d8098357e6
commit dfe92a27c0
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
{% load i18n %}
{% block title %}
{% include 'user/books_header.html' with shelfname=shelf.identifier %}
{% include 'user/books_header.html' with shelf=shelf %}
{% endblock %}
{% block opengraph_images %}