diff --git a/docs/BACKLOG.md b/docs/BACKLOG.md index bf78df557b5f55d61e9f9de109004bf2e6862450..5c09bdcdbc0cb08c5f65b2a5c8ab5e7a9fd49793 100644 --- a/docs/BACKLOG.md +++ b/docs/BACKLOG.md @@ -348,6 +348,12 @@ * Issue #329 FE NEU: http://127.0.0.1:9090/rki/bundesland/all * Issue #330 FE NEU: http://127.0.0.1:9090/rki/landkreis/all +* Issue #999 FE NEU: +* Issue #999 FE NEU: +* Issue #999 FE NEU: +* Issue #999 FE NEU: +* Issue #999 FE NEU: + ### WHO * ------------------------------------- diff --git a/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/continent/ecdc_continent_all_table.html b/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/continent/ecdc_continent_all_table.html index 27d88e672dceb9721fdcfcdf7dd52a3e77d67e88..7deeec25a63974567c246fdc6f96b8bd4d4007ac 100644 --- a/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/continent/ecdc_continent_all_table.html +++ b/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/continent/ecdc_continent_all_table.html @@ -9,7 +9,7 @@ <tr> <td> <a href="{{ url_for( 'ecdc.url_ecdc_continent_one', continent_id=europe_continent.id) }}"> - {{ europe_continent.region }} + {{ europe_continent.location_group }} </a> </td> </tr> diff --git a/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/country/ecdc_country_all_table.html b/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/country/ecdc_country_all_table.html index 300041c2dc8e1ca81c2fc8530310df4c7234585a..8a1907260cc7820dd2e45fae43f995153d2cb745 100644 --- a/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/country/ecdc_country_all_table.html +++ b/src/flask_covid19/blueprints/data_ecdc/templates/ecdc/country/ecdc_country_all_table.html @@ -14,7 +14,7 @@ <tr> <td> <a href="{{ url_for('ecdc.url_ecdc_country_one', country_id=europe_country.id) }}"> - {{ europe_country.countries_and_territories }} + {{ europe_country.location }} </a> </td> <td>{{ europe_country.pop_data_2019 }}</td> @@ -25,12 +25,12 @@ </td> <td> <a href="{{ url_for('ecdc.url_ecdc_country_one', country_id=europe_country.id) }}"> - {{ europe_country.country_territory_code }} + {{ europe_country.location_code }} </a> </td> <td> - <a href="{{ url_for('ecdc.url_ecdc_continent_one', country_id=europe_country.continent.id) }}"> - {{ europe_country.continent.region }} + <a href="{{ url_for('ecdc.url_ecdc_continent_one', country_id=europe_country.location_group.id) }}"> + {{ europe_country.location_group.location_group }} </a> </td> </tr>