Fix incorrectly renamed method

This commit is contained in:
Nick Hall 2016-07-14 21:44:28 +01:00
parent 00dba4727b
commit 534eafef83

View File

@ -317,7 +317,7 @@ class MediaView(ListView):
def remove(self, obj):
self.remove_selected_objects()
def remove_media_from_handle(self, handle):
def remove_object_from_handle(self, handle):
"""
Remove the selected objects from the database after getting
user verification.