Expect only 9 skills by default. Unloads visual tension on the screen - refs BT#9082

1.10.x
Yannick Warnier 10 years ago
parent 5a1c75b268
commit fcbd275ff8
  1. 2
      main/template/default/skill/skill_wheel_student.tpl

@ -287,7 +287,7 @@ $(document).ready(function() {
{% endif %}
{% endfor %}
{% endif %}
{% for i in 1..(countSkill - ranking) %}
{% for i in 1..(9 - ranking) %}
<img src="{{ 'award_red_na.png' | icon(22) }}">
{% endfor %}
</div>

Loading…
Cancel
Save