mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
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