Re-add login requirement to save_item
This commit is contained in:
@@ -188,6 +188,7 @@ def get_module_previews(descriptor):
|
||||
return preview_html
|
||||
|
||||
|
||||
@login_required
|
||||
@expect_json
|
||||
def save_item(request):
|
||||
item_location = request.POST['id']
|
||||
|
||||
Reference in New Issue
Block a user