Commit 39b59484 by Calen Pennington

Re-add login requirement to save_item

parent 6b287867
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment