Skip to content
Snippets Groups Projects
Commit 86247edb authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 6915a4e8
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
{{super()}} {{super()}}
{% include 'owid/navigation/owid_navtabs.html' %} {% include 'rki/navigation/rki_navtabs.html' %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
{{super()}} {{super()}}
{% include 'owid/navigation/owid_navtabs.html' %} {% include 'rki/navigation/rki_navtabs.html' %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% for rki_landkreis in page_data.items %} {% for rki_landkreis in page_data.items %}
<tr> <tr>
<td> <td>
<a href="{{ url_for( 'owid.url_rki_bundesland_all' ) }}"> <a href="{{ url_for( 'rki.url_rki_bundesland_all' ) }}">
{{ rki_landkreis.location_group.location_group }} {{ rki_landkreis.location_group.location_group }}
</a> </a>
</td> </td>
......
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