Show current rating in interaction rating
This commit is contained in:
parent
a27effd05d
commit
d91b77f49e
6 changed files with 5 additions and 9 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue