Show author on collection detail page.

This commit is contained in:
Dave Dash 2010-07-23 15:25:30 -07:00
Родитель 73ae61ecae
Коммит bd5d16f38a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>