]> git.parisson.com Git - telemeta.git/commitdiff
Fix Geographic Country Item view
authorThomas Fillon <thomas@parisson.com>
Tue, 11 Apr 2017 10:28:05 +0000 (12:28 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 11 Apr 2017 10:28:05 +0000 (12:28 +0200)
Fix #163

telemeta/views/geo.py

index a208c45ffced6fa775108c30d437c80beb4bdb2a..d0aa33772ef88689b6103de49a11a0ce7a5d16a2 100644 (file)
@@ -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):