add "Create list" form to group template
This commit is contained in:
parent
f7c6cb3598
commit
1603df0817
4 changed files with 20 additions and 10 deletions
|
@ -35,6 +35,7 @@ class Group(View):
|
|||
"group": group,
|
||||
"lists": lists,
|
||||
"group_form": forms.GroupForm(instance=group),
|
||||
"list_form": forms.ListForm(),
|
||||
"path": "/group",
|
||||
}
|
||||
return TemplateResponse(request, "groups/group.html", data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue