mirror of
https://github.com/tiyn/container-critique.git
synced 2025-12-17 00:49:46 +01:00
templates: minor typos
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user