Fixes status tests
This commit is contained in:
parent
1a54ed875b
commit
b52aa5bee9
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,7 @@ class Shelf(View):
|
|||
return TemplateResponse(request, 'shelf.html', data)
|
||||
|
||||
@method_decorator(login_required, name='dispatch')
|
||||
# pylint: disable=unused-argument
|
||||
def post(self, request, username, shelf_identifier):
|
||||
''' edit a shelf '''
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue