diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one_table.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_table.html index 64ddebe9a2629a5942028a65f02700e137a3fa4c..f8537ede976f089bbf036965dd1935cb621933dc 100644 --- a/src/covid19/blueprints/who/templates/who/country/who_country_one_table.html +++ b/src/covid19/blueprints/who/templates/who/country/who_country_one_table.html @@ -74,7 +74,7 @@ </a> </td> <th> - <a href="{{ url_for('who.url_who_region', country_id=who_global_data.country.region.id) }}"> + <a href="{{ url_for('who.url_who_region', region_id=who_global_data.country.region.id) }}"> {{ who_global_data.country.region.region }} </a> </th>