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 | 775270bef684f4e91b6d14e879dbed0e690fe63a (patch) | |
| tree | e660183ab8552bb3776d84302fbbbe154f0075ba /ishtar_common | |
| parent | cc924dbba3c5673395c3385cc09b0ea01875514f (diff) | |
| download | Ishtar-775270bef684f4e91b6d14e879dbed0e690fe63a.tar.bz2 Ishtar-775270bef684f4e91b6d14e879dbed0e690fe63a.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) |
