templates: minor typos

This commit is contained in:
2022-08-02 17:48:15 +02:00
parent aca6c40ace
commit 9f7bce2be0
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<li>
{{ entry.item.name }}
<a href="{{ url_for('entry', ident=entry.id) }}">
{{ r_to_star(entry.rating) }} by username
{{ r_to_star(entry.rating) }} by {{ entry.user.name }}
</a>
</li><br>
{% endfor %}