diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-05 18:19:06 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-05 18:19:06 +0100 | 
| commit | 9f8f172e7e18c9d8fffc5d973f269a50a975d34e (patch) | |
| tree | f7a78b7b5c988c1c98e588a97eaf1e313ac0d23f /archaeological_context_records/views.py | |
| parent | 6830c1ba33771fdecca15aeffded5b92aa88775c (diff) | |
| download | Ishtar-9f8f172e7e18c9d8fffc5d973f269a50a975d34e.tar.bz2 Ishtar-9f8f172e7e18c9d8fffc5d973f269a50a975d34e.zip  | |
Better management of context record relations tables (refs #3347)
Diffstat (limited to 'archaeological_context_records/views.py')
| -rw-r--r-- | archaeological_context_records/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py index 8991e4edd..b79cd2671 100644 --- a/archaeological_context_records/views.py +++ b/archaeological_context_records/views.py @@ -80,7 +80,7 @@ get_contextrecordsource = get_item(      'get_contextrecordsource', 'contextrecordsource')  get_contextrecordrelation = get_item( -    models.RecordRelations, 'get_contextrecordrelation', +    models.RecordRelationView, 'get_contextrecordrelation',      'contextrecordrelation')  record_search_wizard = SearchWizard.as_view([  | 
