forked from mirrors/bookwyrm
Unused forms
This commit is contained in:
parent
d71b451eef
commit
c3d2018411
1 changed files with 0 additions and 2 deletions
|
@ -658,8 +658,6 @@ def shelf_page(request, username, shelf_identifier):
|
|||
'is_self': is_self,
|
||||
'shelves': shelves.all(),
|
||||
'shelf': shelf,
|
||||
'create_form': forms.ShelfForm(),
|
||||
'edit_form': forms.ShelfForm(shelf),
|
||||
}
|
||||
|
||||
return TemplateResponse(request, 'shelf.html', data)
|
||||
|
|
Loading…
Reference in a new issue