Fixes status tests

This commit is contained in:
Mouse Reeve
2021-01-27 09:31:01 -08:00
parent 1a54ed875b
commit b52aa5bee9
2 changed files with 3 additions and 1 deletions

View File

@ -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: