use shelf name if not default shelf
(instead of shelf.identifier)
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user