From: Thomas Fillon Date: Tue, 11 Apr 2017 10:28:05 +0000 (+0200) Subject: Fix Geographic Country Item view X-Git-Tag: search~2^2~19^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3020b6b62f289cbdeeabad9e59e29b184089cff9;p=telemeta.git Fix Geographic Country Item view Fix #163 --- 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):