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 How We Rate The Cars
--- ---
{% for descriptions in star_descriptions.values() %} {% for star_row in star_descriptions.values() %}
{% for name, stars in descriptions.items() %} {% for name, star_descriptions in star_row.items() %}
### {{name}} ### {{name}}
{% for star, description in stars %} {% for star, star_description in star_descriptions %}
- {{star_icon.format(star)}} - {{description}} - {{star_icon.format(star)}} - {{star_description}}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}

Loading…
Cancel
Save