allow author to be a link
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{% for auth in book.bals %}
|
{% for auth in book.bals %}
|
||||||
{{ auth.author.surname}}, {{auth.author.firstnames}}
|
<a href="/author/{{auth.author.id}}">{{auth.author.surname}}, {{auth.author.firstnames}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
{% if not InDBox %}
|
{% if not InDBox %}
|
||||||
|
|||||||
Reference in New Issue
Block a user