diff options
| 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 |
| commit | 5e03cbd6883439616f7e35302f4089d86f2a7055 (patch) | |
| tree | 7fdf88c5a49a6b8097e37a574f8d7e44ae4301a9 /ishtar_common | |
| parent | 258dad10c5884c4bac01677c0a66cf0525a5018d (diff) | |
| download | Ishtar-5e03cbd6883439616f7e35302f4089d86f2a7055.tar.bz2 Ishtar-5e03cbd6883439616f7e35302f4089d86f2a7055.zip | |
Container: manage location and responsible
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/templatetags/window_tables.py | 2 |
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, |
