diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-29 19:17:06 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-29 19:17:06 +0100 |
| commit | 64da07dfc6489858c151766ac07f22aba4ceb59f (patch) | |
| tree | 4ded02e0b70766bc41cf11a377c2ffb7aeb328c6 /archaeological_finds/views.py | |
| parent | a6e9f83052759cf4620dc30cb860293ea6534d14 (diff) | |
| download | Ishtar-64da07dfc6489858c151766ac07f22aba4ceb59f.tar.bz2 Ishtar-64da07dfc6489858c151766ac07f22aba4ceb59f.zip | |
Add sheets for context record source and find source
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 40c241cb1..16b47881e 100644 --- a/archaeological_finds/views.py +++ b/archaeological_finds/views.py @@ -64,6 +64,8 @@ get_find_for_ope = get_item( extra_request_keys=find_extra_keys, own_table_cols=models.Find.TABLE_COLS_FOR_OPE) +show_findsource = show_item(models.FindSource, 'findsource') + get_findsource = get_item( models.FindSource, 'get_findsource', 'findsource', extra_request_keys={ |
