app/soc/views/helper/lists.py
changeset 316 9efdc7bc3565
parent 277 85f7d537e4d7
child 389 9b873166d7d5
equal deleted inserted replaced
315:c4f1a07ee340 316:9efdc7bc3565
    22   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    22   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    23   ]
    23   ]
    24 
    24 
    25 
    25 
    26 from soc.views import helper
    26 from soc.views import helper
       
    27 
    27 import soc.views.helper.forms
    28 import soc.views.helper.forms
    28 
    29 
    29 
    30 
    30 DEF_PAGINATION = 10
    31 DEF_PAGINATION = 10
    31 MAX_PAGINATION = 100
    32 MAX_PAGINATION = 100