mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-20 23:26:42 +00:00
Fixes typo in subject places block
This commit is contained in:
parent
9082eefd8f
commit
9c94be8804
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
||||||
<section class="content block">
|
<section class="content block">
|
||||||
<h2 class="title is-5">{% trans "Places" %}</h2>
|
<h2 class="title is-5">{% trans "Places" %}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{% for place in book.subject_placess %}
|
{% for place in book.subject_places %}
|
||||||
<li>{{ place }}</li>
|
<li>{{ place }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue