Show current rating in interaction rating

This commit is contained in:
Mouse Reeve
2020-04-03 13:36:56 -07:00
parent a27effd05d
commit d91b77f49e
6 changed files with 5 additions and 9 deletions

View File

@ -34,7 +34,7 @@
{% if status.status_type == 'Review' %}
<h3>
{{ status.name }}<br>
{{ status.rating | stars }}
{% include 'snippets/stars.html' with rating=status.rating %}
</h3>
{% endif %}