From 937aa8935a4ee7e4728e9af5dbe531d7253b0aaf Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 25 Jan 2021 17:11:02 +0100
Subject: [PATCH] work

---
 templates/europe/europe_continent_all.html                      | 2 +-
 ...ontinent_table.html => fragment_europe_table_continent.html} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename templates/europe/{fragment_europe_continent_table.html => fragment_europe_table_continent.html} (100%)

diff --git a/templates/europe/europe_continent_all.html b/templates/europe/europe_continent_all.html
index 57fe3af1..0ff7e58d 100644
--- a/templates/europe/europe_continent_all.html
+++ b/templates/europe/europe_continent_all.html
@@ -57,7 +57,7 @@
     </ul>
     {% endif %}
 
-    {% include 'europe/fragment_europe_continent_table.html' %}
+    {% include 'europe/fragment_europe_table_continent.html' %}
 
 {% endblock %}
 
diff --git a/templates/europe/fragment_europe_continent_table.html b/templates/europe/fragment_europe_table_continent.html
similarity index 100%
rename from templates/europe/fragment_europe_continent_table.html
rename to templates/europe/fragment_europe_table_continent.html
-- 
GitLab