diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 17:40:06 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 17:40:06 +0200 |
| commit | 340f41d071d1477e21c2a829341144a6b84be1a6 (patch) | |
| tree | e660183ab8552bb3776d84302fbbbe154f0075ba /ishtar_common | |
| parent | 0e97b4834e3877018d61a140f1ec81d9e2215cfa (diff) | |
| download | Ishtar-340f41d071d1477e21c2a829341144a6b84be1a6.tar.bz2 Ishtar-340f41d071d1477e21c2a829341144a6b84be1a6.zip | |
Add full export of find's sources
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/templatetags/window_tables.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templatetags/window_tables.py b/ishtar_common/templatetags/window_tables.py index a4801995a..6710672e1 100644 --- a/ishtar_common/templatetags/window_tables.py +++ b/ishtar_common/templatetags/window_tables.py @@ -41,7 +41,8 @@ ASSOCIATED_MODELS['context_records_docs'] = ( ASSOCIATED_MODELS['finds'] = (Find, 'get-find', 'get-find-full') ASSOCIATED_MODELS['finds_for_ope'] = ( Find, 'get-find-for-ope', 'get-find-full') -ASSOCIATED_MODELS['finds_docs'] = (FindSource, 'get-findsource', '') +ASSOCIATED_MODELS['finds_docs'] = ( + FindSource, 'get-findsource', 'get-findsource-full') @register.simple_tag(takes_context=True) |
