diff --git a/src/webapp/grampsdb/view/event.py b/src/webapp/grampsdb/view/event.py index 4e1a43e5f..073e506c7 100644 --- a/src/webapp/grampsdb/view/event.py +++ b/src/webapp/grampsdb/view/event.py @@ -66,7 +66,7 @@ def process_event(request, context, handle, action, add_to=None): # view, edit, elif action == "save-share": item, handle = add_to pickform = PickForm("Pick event", - Media, + Event, (), request.POST) if pickform.data["picklist"]: