create group form
adds a group creation form to user dashboard
This commit is contained in:
parent
e07a25e288
commit
4e93b09067
7 changed files with 49 additions and 21 deletions
|
@ -32,7 +32,7 @@ from .follow import follow, unfollow
|
|||
from .follow import accept_follow_request, delete_follow_request
|
||||
from .get_started import GetStartedBooks, GetStartedProfile, GetStartedUsers
|
||||
from .goal import Goal, hide_goal
|
||||
from .group import UserGroups
|
||||
from .group import Group, UserGroups
|
||||
from .import_data import Import, ImportStatus
|
||||
from .inbox import Inbox
|
||||
from .interaction import Favorite, Unfavorite, Boost, Unboost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue