Also use italics for book title in editions.html template

This commit is contained in:
Adeodato Simó 2023-09-17 15:45:27 -03:00
parent cc05cabcb5
commit fadf30b942
No known key found for this signature in database
GPG key ID: CDF447845F1A986F

View file

@ -5,7 +5,7 @@
{% block content %}
<div class="block">
<h1 class="title">{% blocktrans with work_path=work.local_path work_title=work|book_title %}Editions of <a href="{{ work_path }}">"{{ work_title }}"</a>{% endblocktrans %}</h1>
<h1 class="title">{% blocktrans with work_path=work.local_path work_title=work|book_title %}Editions of <a href="{{ work_path }}"><i>{{ work_title }}</i></a>{% endblocktrans %}</h1>
</div>
{% include 'book/editions/edition_filters.html' %}