diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 18:41:39 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 18:41:39 +0200 |
| commit | 223aa279414dae547db923212babc0b5017745c0 (patch) | |
| tree | 088ef55461037e6b47d3a3d59db81e3a07cbc930 /archaeological_finds/views.py | |
| parent | 2bae28290b1802d27a560da184476b83c711c5a1 (diff) | |
| download | Ishtar-223aa279414dae547db923212babc0b5017745c0.tar.bz2 Ishtar-223aa279414dae547db923212babc0b5017745c0.zip | |
Basic template for Find sheet (refs #1314)
Diffstat (limited to 'archaeological_finds/views.py')
| -rw-r--r-- | archaeological_finds/views.py | 2 |
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), |
