summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 23:20:50 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-09 23:20:50 +0100
commite1753fd6d32500bb5c76a2902bec4bc8b09d24d8 (patch)
tree7fdf88c5a49a6b8097e37a574f8d7e44ae4301a9 /ishtar_common
parent512ed05903bdb9f57a94c69b19384036668d45cd (diff)
downloadIshtar-e1753fd6d32500bb5c76a2902bec4bc8b09d24d8.tar.bz2
Ishtar-e1753fd6d32500bb5c76a2902bec4bc8b09d24d8.zip
Container: manage location and responsible
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templatetags/window_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templatetags/window_tables.py b/ishtar_common/templatetags/window_tables.py
index 2fc364f25..05592557a 100644
--- a/ishtar_common/templatetags/window_tables.py
+++ b/ishtar_common/templatetags/window_tables.py
@@ -81,7 +81,7 @@ def dynamic_table_document(
t = get_template('ishtar/blocks/window_tables/dynamic_documents.html')
context = template.Context({
'caption': caption,
- 'name': slugify(caption) + '{}'.format(int(time.time())),
+ 'name': '{}{}{}'.format(slugify(caption), key, int(time.time())),
'source': source + source_attrs,
'source_full': source_full,
'simple_source': source,