forked from mirrors/bookwyrm
Fixes name of user forms file
This commit is contained in:
parent
d3f723a07d
commit
19202e2cd7
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@
|
|||
from .admin import *
|
||||
from .author import *
|
||||
from .books import *
|
||||
from .edit_user import *
|
||||
from .forms import *
|
||||
from .groups import *
|
||||
from .landing import *
|
||||
from .links import *
|
||||
from .lists import *
|
||||
from .status import *
|
||||
from .user import *
|
||||
|
|
Loading…
Reference in a new issue