view piecrust/data/linker.py @ 48:002fa58f54dc

Give the proper URL to `Paginator` in the `paginate` filter.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Aug 2014 20:25:41 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



class Linker(object):
    def __init__(self, page):
        self.page = page