Commit 4c72dbfc by Chris Dodge

fix fat fingers?

parent 8b0c30e6
...@@ -690,7 +690,7 @@ def save_item(request): ...@@ -690,7 +690,7 @@ def save_item(request):
# commit to datastore # commit to datastore
# TODO (cpennington): This really shouldn't have to do this much reaching in to get the metadata # TODO (cpennington): This really shouldn't have to do this much reaching in to get the metadata
store.update_metadata(item_location, own_metadat(existing_item)) store.update_metadata(item_location, own_metadata(existing_item))
return HttpResponse() return HttpResponse()
......
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