diff --git a/templates/launches.html b/templates/launches.html index 9e725df..47dbd05 100644 --- a/templates/launches.html +++ b/templates/launches.html @@ -72,7 +72,7 @@
- {{ country.flag }} + {{ country.flag }} {{ launch.rocket.full_name }} – {{launch.mission.name }} @@ -100,9 +100,10 @@ {% if launch.mission.agencies | count %}
{% for agency in launch.mission.agencies %} + {% set agency_country = get_country(agency.country_code) %} {%- if not loop.first %}, {% endif %} {{agency.name }} - {{ get_country(agency.country_code).flag }} + {{ agency_country.flag }} ({{ agency.type }}) {# #} {% endfor %}