Fixes display of ratings

This commit is contained in:
Mouse Reeve
2021-03-07 07:56:33 -08:00
parent b895059f03
commit dfecdca6f9
3 changed files with 4 additions and 6 deletions

View File

@@ -254,8 +254,8 @@
<div>
{% include 'snippets/username.html' with user=rating.user %}
</div>
<div class="field is-grouped mb-0">
<div>{% trans "rated it" %}</div>
<div class="is-flex">
<p class="mr-1">{% trans "rated it" %}</p>
{% include 'snippets/stars.html' with rating=rating.rating %}
</div>
<div>