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 | 5d53cf65e24253c9be82f04e646164511d51f81f (patch) | |
| tree | 088ef55461037e6b47d3a3d59db81e3a07cbc930 /archaeological_finds/views.py | |
| parent | 62d12b1e348323e0acd3f76026defce9aab4e5e0 (diff) | |
| download | Ishtar-5d53cf65e24253c9be82f04e646164511d51f81f.tar.bz2 Ishtar-5d53cf65e24253c9be82f04e646164511d51f81f.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), |
