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

* Fixed #123 split RkiBundeslaenderService into two Services, one for...

* Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
* Fixed #128 add fields from csv to RkiLandkreiseImport
* Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
* Fixed #140 move WhoImport to RKI in: rk_service_import.py
* Fixed #125 implement RkiLandkreise
* Fixed #126 implement RkiBundeslaenderImport
parent b6e1f073
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-hover table-striped table-sm table-bordered"> <table class="table table-hover table-striped table-sm table-bordered">
<thead> <thead>
{% include 'rki_vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_timeline_germany_table_head.html' %}
</thead> </thead>
<tbody> <tbody>
{% for vaccination_germany_timeline in page_data.items %} {% for vaccination_germany_timeline in page_data.items %}
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
<tfoot> <tfoot>
{% include 'rki_vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_timeline_germany_table_head.html' %}
</tfoot> </tfoot>
</table> </table>
</div> </div>
\ No newline at end of file
{% extends 'application/page_layout.html' %} {% extends 'application/page_layout.html' %}
{% include 'application/fragments/rki_fragment_pagination.html' %} {% include 'application/fragments/fragment_pagination.html' %}
{% block navigation_breadcrumb %} {% block navigation_breadcrumb %}
<!-- TODO: implement navigation_breadcrumb in .html --> <!-- TODO: implement navigation_breadcrumb in .html -->
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{% block navigation_navtabs %} {% block navigation_navtabs %}
{% include 'rki_vaccination/fragments/rki_fragment_vaccination_navtabs.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_navtabs.html' %}
{% endblock %} {% endblock %}
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</ul> </ul>
{% endif %} {% endif %}
{% include 'rki_vaccination/fragments/fragment_vaccination_timeline_germany_table.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_timeline_germany_table.html' %}
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment