{% block bodyid %}book-detail{% endblock %}
{% block body %}
- <h1>{{ book.title }}, {{ categories.author|join:", " }}</h1>
+ <h1>{% book_title book %}</h1>
<form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
<p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to main page" %}</a></p>
</form>