Splits user view out and adds template

This commit is contained in:
Mouse Reeve
2021-06-14 09:57:51 -07:00
parent fd753d47ce
commit 7ae64c2a68
12 changed files with 233 additions and 157 deletions

View File

@ -14,7 +14,7 @@ from django.views import View
from bookwyrm import forms, models
from bookwyrm.connectors import connector_manager
from .helpers import get_suggested_users
from .user import save_user_form
from .edit_user import save_user_form
# pylint: disable= no-self-use