From 223aa279414dae547db923212babc0b5017745c0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Aug 2013 18:41:39 +0200 Subject: Basic template for Find sheet (refs #1314) --- archaeological_finds/views.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/views.py') 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), -- cgit v1.2.3