diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-11-04 16:00:20 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-11-04 16:00:20 +0100 |
commit | 17cbbc926a186d517d9683c33b3265b6b4b578f0 (patch) | |
tree | e2b9ea825e5ef20a81bef7d58688cd4fe798eeca /ishtar_common/templates/blocks | |
parent | 0670bc57aabdb6cbdb6e7b5119dbff3f2386014c (diff) | |
download | Ishtar-17cbbc926a186d517d9683c33b3265b6b4b578f0.tar.bz2 Ishtar-17cbbc926a186d517d9683c33b3265b6b4b578f0.zip |
Labels generation: fix missing images in templates
Diffstat (limited to 'ishtar_common/templates/blocks')
-rw-r--r-- | ishtar_common/templates/blocks/DataTables-content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/DataTables-content.html b/ishtar_common/templates/blocks/DataTables-content.html index 82da411e1..814e10c18 100644 --- a/ishtar_common/templates/blocks/DataTables-content.html +++ b/ishtar_common/templates/blocks/DataTables-content.html @@ -44,7 +44,7 @@ <button id="export-labels-{{name}}" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - {% trans 'Labels'%} + {% trans 'Labels' context 'To be print' %} </button> <div class="dropdown-menu" aria-labelledby="export-labels-{{name}}"> {% for template in current_model.label_templates %} |