This commit is contained in:
Hamish Campbell 2013-05-09 18:29:59 -07:00
commit fc74d6cb54

View File

@ -34,7 +34,7 @@ For more complex cases you might also want to override various methods on the vi
""" """
Use smaller pagination for HTML representations. Use smaller pagination for HTML representations.
""" """
self.request.accepted_renderer.format == 'html': if self.request.accepted_renderer.format == 'html':
return 20 return 20
return 100 return 100