[MODULES][Collection] Fixing mistakes

This commit is contained in:
2021-12-30 12:16:29 -03:00
parent bdd8cbf36d
commit 85e31c684d
3 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
</div>
{% endif %}
<div class="h-entry hentry note collections-list">
<h3>{{ 'Your collections' | trans }}</h3>
<h3>{{ list_title | trans }}</h3>
{% for col in collections %}
<div class="collection-item">
<a class="name" href="{{ fn.getUrl(col.id) }}">{{ col.name }}</a>