Skip to content
Snippets Groups Projects
Commit c383cbac 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 d792e32c
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,13 @@ ...@@ -5,10 +5,13 @@
</a> </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> <div class="dropdown-menu" aria-labelledby="navbarDropdown">
<!-- TODO: change URL to for_url() --> <!-- TODO: change URL to for_url() -->
<a class="dropdown-item" href="/rki/bundeslaender/info">RKI</a> <a class="dropdown-item"
href="{{ url_for('rki_bundeslaender.url_rki_info') }}">RKI Info</a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="/rki/bundeslaender/imported">RKI imported</a> <a class="dropdown-item"
href="{{ url_for('rki_bundeslaender.url_rki_bundeslaender_imported') }}">RKI imported</a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<a class="dropdown-item" href="/rki/bundeslaender/tasks">RKI Tasks</a> <a class="dropdown-item"
href="{{ url_for('rki_bundeslaender.url_rki_tasks') }}">RKI Tasks</a>
</div> </div>
</li> </li>
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="nav-item"> <li class="nav-item">
<!-- TODO: change URL to for_url() --> <!-- TODO: change URL to for_url() -->
<a class="nav-link" href="/rki/bundeslaender/info">RKI Info</a> <a class="nav-link"
href="{{ url_for('rki_bundeslaender.url_rki_info') }}">RKI Info</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/rki/bundeslaender/stasks">RKI tasks</a> <a class="nav-link" href="{{ url_for('rki_bundeslaender.url_rki_tasks') }}">RKI tasks</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="/rki/bundeslaender/imported">RKI imported</a> <a class="nav-link"
href="{{ url_for('rki_bundeslaender.url_rki_bundeslaender_imported') }}">RKI imported</a>
</li> </li>
</ul> </ul>
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment