From 9031afa704695b498d333f63b74dd49a5401992a Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 6 Apr 2021 12:40:54 +0200 Subject: [PATCH] template changes --- .../blueprints/who/templates/who/region/who_region_all.html | 2 +- .../blueprints/who/templates/who/region/who_region_one.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/covid19/blueprints/who/templates/who/region/who_region_all.html b/src/covid19/blueprints/who/templates/who/region/who_region_all.html index 6bcf6b51..12960224 100644 --- a/src/covid19/blueprints/who/templates/who/region/who_region_all.html +++ b/src/covid19/blueprints/who/templates/who/region/who_region_all.html @@ -2,7 +2,7 @@ {% block content %} {{super()}} - {% include 'who/fragments/fragment_who_navtabs.html' %} + {% include 'who/navigation/who_navtabs.html' %} <div class="container"> <div class="row"> diff --git a/src/covid19/blueprints/who/templates/who/region/who_region_one.html b/src/covid19/blueprints/who/templates/who/region/who_region_one.html index 6f20bbc3..e2731033 100644 --- a/src/covid19/blueprints/who/templates/who/region/who_region_one.html +++ b/src/covid19/blueprints/who/templates/who/region/who_region_one.html @@ -2,7 +2,7 @@ {% block content %} {{super()}} - {% include 'who/fragments/fragment_who_navtabs.html' %} + {% include 'who/navigation/who_navtabs.html' %} <div class="container"> <div class="row"> -- GitLab