From 3020b6b62f289cbdeeabad9e59e29b184089cff9 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 11 Apr 2017 12:28:05 +0200 Subject: [PATCH] Fix Geographic Country Item view Fix #163 --- telemeta/views/geo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemeta/views/geo.py b/telemeta/views/geo.py index a208c45f..d0aa3377 100644 --- a/telemeta/views/geo.py +++ b/telemeta/views/geo.py @@ -87,7 +87,7 @@ class GeoCountryCollectionView(ListView): class GeoCountryItemView(ListView): model = MediaItem - template_name = 'telemeta/geo_country_collections.html' + template_name = 'telemeta/geo_country_items.html' paginate_by = 20 def get_queryset(self): -- 2.39.5