From b06dcfce0a5e743748acc8c240daeedb91b3bacf Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 25 Jan 2021 17:15:04 +0100 Subject: [PATCH] work --- ...ble_who_country.html => fragment_who_table_who_country.html} | 0 templates/who/who_country_all.html | 2 +- templates/who/who_region_one.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/who/{fragment_table_who_country.html => fragment_who_table_who_country.html} (100%) diff --git a/templates/who/fragment_table_who_country.html b/templates/who/fragment_who_table_who_country.html similarity index 100% rename from templates/who/fragment_table_who_country.html rename to templates/who/fragment_who_table_who_country.html diff --git a/templates/who/who_country_all.html b/templates/who/who_country_all.html index 49f7da4d..3e3ae7c4 100644 --- a/templates/who/who_country_all.html +++ b/templates/who/who_country_all.html @@ -50,7 +50,7 @@ </ul> {% endif %} - {% include 'who/fragment_table_who_country.html' %} + {% include 'who/fragment_who_table_who_country.html' %} {% endblock %} diff --git a/templates/who/who_region_one.html b/templates/who/who_region_one.html index eb34e394..b6f5da98 100644 --- a/templates/who/who_region_one.html +++ b/templates/who/who_region_one.html @@ -51,7 +51,7 @@ </ul> {% endif %} - {% include 'who/fragment_table_who_country.html' %} + {% include 'who/fragment_who_table_who_country.html' %} {% endblock %} -- GitLab