better names

pull/24809/head
Shane Smiskol 3 years ago
parent 6f7ab6484f
commit be7dbbb5d8
  1. 8
      selfdrive/car/CARS_template.md

@ -14,11 +14,11 @@ Cars are organized into three tiers:
How We Rate The Cars
---
{% for descriptions in star_descriptions.values() %}
{% for name, stars in descriptions.items() %}
{% for star_row in star_descriptions.values() %}
{% for name, star_descriptions in star_row.items() %}
### {{name}}
{% for star, description in stars %}
- {{star_icon.format(star)}} - {{description}}
{% for star, star_description in star_descriptions %}
- {{star_icon.format(star)}} - {{star_description}}
{% endfor %}
{% endfor %}

Loading…
Cancel
Save