summaryrefslogtreecommitdiff
path: root/archaeological_finds/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/views.py')
-rw-r--r--archaeological_finds/views.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index 9c10f65ae..bbde421ab 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -61,7 +61,7 @@ from ishtar_common.views_item import (
get_autocomplete_queries,
get_autocomplete_query
)
-from archaeological_context_records.views import get_dating_form
+from archaeological_context_records.views import get_dating_delete, get_dating_form
from archaeological_operations.wizards import AdministrativeActDeletionWizard
from archaeological_finds import wizards
@@ -1429,6 +1429,8 @@ class QAFindLockView(QABaseLockView):
find_dating_add = get_dating_form(models.Find, models.FindDating, "find-dating-add")
find_dating_modify = get_dating_form(models.Find, models.FindDating, "find-dating-modify")
+find_dating_delete = get_dating_delete(
+ models.Find, models.FindDating, "find-dating-delete")
def get_geo_items(request, current_right=None):