mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-14 17:04:38 +00:00
fix test
This commit is contained in:
parent
165a9a05bb
commit
3e29d64c6f
@ -1,9 +1,7 @@
|
||||
# flake8: noqa F401
|
||||
from .auth import LoginForm
|
||||
from .user import UserForm, NewUserForm, EditUserForm
|
||||
from .book import (
|
||||
CreateBookForm,
|
||||
)
|
||||
from .book import CreateBookForm, EditBookForm
|
||||
from .contributor import (
|
||||
AddContributorForm,
|
||||
DeleteContributorForm,
|
||||
|
@ -25,5 +25,5 @@ ADMIN_PASSWORD=admin
|
||||
|
||||
# Pagination
|
||||
DEFAULT_PAGE_SIZE=8
|
||||
PAGE_LINKS_NUMBER=8
|
||||
PAGE_LINKS_NUMBER=5
|
||||
MAX_SEARCH_RESULTS=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user