Fix bug with multiple paginations
authorAlbert Tugushev <albert@tugushev.ru>
Fri, 1 Jan 2016 07:43:58 +0000 (10:43 +0300)
committerAlbert Tugushev <albert@tugushev.ru>
Sat, 2 Jan 2016 16:31:33 +0000 (19:31 +0300)
Since `parser.tokens` doesn't returns a whole tokens of a template, in this
case the last remaining autopaginate tag makes `multiple_paginations` false,
so page-suffix of the last paginate tag will be empty.


No differences found