summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-01 20:09:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:43:58 +0200
commit4eb4708ec5358a2c2f069c58aa3284320242d026 (patch)
tree063f1adeb5f768028edbf2c0de1cb30f17de2f8e /ishtar_common/views.py
parenteb599665e28f5800d9d5abe3551933e3f6b0507f (diff)
downloadIshtar-4eb4708ec5358a2c2f069c58aa3284320242d026.tar.bz2
Ishtar-4eb4708ec5358a2c2f069c58aa3284320242d026.zip
Display generation button for relation image on the sheet
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index 945d4764c..f6468afd0 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -1353,6 +1353,7 @@ def show_item(model, name, extra_dct=None):
).split('/')[:-2]) + u"/"
dct['CURRENCY'] = get_current_profile().currency
dct['ENCODING'] = settings.ENCODING
+ dct['DOT_GENERATION'] = settings.DOT_BINARY and True
dct['current_window_url'] = url_name
date = None
if 'date' in dct: