[locations] Update view to show all locations
This commit is contained in:
@ -8,7 +8,7 @@ from scrobbles.views import ChartContextMixin
|
||||
|
||||
class GeoLocationListView(generic.ListView):
|
||||
model = GeoLocation
|
||||
paginate_by = 75
|
||||
paginate_by = 100
|
||||
|
||||
def get_queryset(self):
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user