summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks
diff options
context:
space:
mode:
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
commit17cbbc926a186d517d9683c33b3265b6b4b578f0 (patch)
treee2b9ea825e5ef20a81bef7d58688cd4fe798eeca /ishtar_common/templates/blocks
parent0670bc57aabdb6cbdb6e7b5119dbff3f2386014c (diff)
downloadIshtar-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.html2
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 %}