Skip to content
Snippets Groups Projects
Commit 3ce81ee1 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 2aa7dde0
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
......@@ -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
* -------------------------------------
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment