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

working on: 0.0.33 Release

parent 255f915c
Branches
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def url_rki_test(page=1):
@app_rki.route('/date_reported/all/page/<int:page>')
@app_rki.route('/date_reported/all')
def url_owid_date_reported_all(page: int = 1):
def url_rki_date_reported_all(page: int = 1):
page_info = ApplicationPage('RKI', "Date Reported", "All")
try:
page_data = RkiDateReported.get_all_as_page(page)
......
......@@ -8,6 +8,15 @@
RKI Info
</a>
</li>
{% if current_user.is_authenticated %}
<li>
<div class="dropdown-divider"></div>
</li>
<li>
<a class="dropdown-item" href="{{ url_for('rki.url_rki_tasks') }}">
RKI Tasks
</a>
</li>
<li>
<div class="dropdown-divider"></div>
</li>
......@@ -16,13 +25,13 @@
RKI imported
</a>
</li>
{% endif %}
<li>
<div class="dropdown-divider"></div>
</li>
<li>
<a class="dropdown-item" href="{{ url_for('rki.url_rki_tasks') }}">
RKI Tasks
</a>
<a class="dropdown-item"
href="{{ url_for( 'rki.url_rki_date_reported_all') }}">RKI Date Reported</a>
</li>
</ul>
</li>
......@@ -23,7 +23,7 @@
{% endif %}
<li class="nav-item">
<a class="nav-link"
href="{{ url_for( 'rki.url_rki__date_reported_all') }}">RKI Date Reported</a>
href="{{ url_for( 'rki.url_rki_date_reported_all') }}">RKI Date Reported</a>
</li>
</ul>
</nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment