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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index 1cf93e080..17f1a3f4d 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -46,6 +46,8 @@ get_findsource = get_item(models.FindSource, 'get_findsource', 'findsource',
'find__dating__period':'find__dating__period__pk',
'find__description':'find__description__icontains',
})
+show_find = show_item(models.Find, 'find')
+revert_find = revert_item(models.Find)
find_creation_wizard = FindWizard.as_view([
('selecrecord-find_creation', RecordFormSelection),