Reduce the number of pager buttons

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-29 02:44:31 -04:00
parent a3a78f755d
commit 3e9f30cb91

View File

@@ -275,7 +275,7 @@ REST_FRAMEWORK = {
# --------- Pagination --------
PAGINATION_SETTINGS = {
'PAGE_RANGE_DISPLAYED': 8,
'PAGE_RANGE_DISPLAYED': 5,
'MARGIN_PAGES_DISPLAYED': 2,
}