#1430 (changed color of rating stars)

This commit is contained in:
Ozzieisaacs
2020-06-03 20:14:07 +02:00
parent b83d56eff2
commit eef2112e1e
8 changed files with 12 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
<span class="glyphicon glyphicon-star good"></span>
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
<span class="glyphicon glyphicon-star"></span>
<span class="glyphicon glyphicon-star-empty"></span>
{% endfor %}
{% endif %}
{% endfor %}