fixed publisherdetail

This commit is contained in:
MassiveAtoms 2020-07-15 13:29:32 -03:00
parent 32a2b3e6c1
commit 777e949c9f
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<tr>
<td><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></td>
<td>{{book.author_sort}}</td>
<td> {% for rating in book.rating.all %}
<td> {% for rating in book.ratings.all %}
{{rating}}
{% endfor %}
</td>

View File

@ -18,7 +18,7 @@
<tr>
<td><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></td>
<td>{{book.author_sort}}</td>
<td> {% for rating in book.rating.all %}
<td> {% for rating in book.ratings.all %}
{{rating}}
{% endfor %}
</td>