diff --git a/bookwyrm/templates/shelf/shelf.html b/bookwyrm/templates/shelf/shelf.html index b36dc01cb..0a5d234c1 100644 --- a/bookwyrm/templates/shelf/shelf.html +++ b/bookwyrm/templates/shelf/shelf.html @@ -32,7 +32,7 @@ - + @@ -216,3 +216,9 @@ {% include 'snippets/pagination.html' with page=books path=request.path %} {% endblock %} + +{% block scripts %} +{% if user.show_guided_tour %} + {% include 'guided_tour/user_books.html' %} +{% endif %} +{% endblock %}