Show author on collection detail page.
This commit is contained in:
Родитель
73ae61ecae
Коммит
bd5d16f38a
|
@ -21,7 +21,7 @@
|
||||||
<span>{{ c.name }}</span>
|
<span>{{ c.name }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<h4 class="author">
|
<h4 class="author">
|
||||||
{% trans users=users_list(collection.listed_authors) %}
|
{% trans users=users_list([collection.author]) %}
|
||||||
by {{ users }}
|
by {{ users }}
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</h4>
|
</h4>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче