diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-08-03 17:59:43 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:51:51 +0100 |
| commit | d08cd8689ce93e3f046bf14b1cd954b476660aba (patch) | |
| tree | 5599694b00bb995c32fe70f16e698568345efae3 /ishtar_common/templates | |
| parent | 90b955b97ac90fad27b00e0b702d3ab344abaced (diff) | |
| download | Ishtar-d08cd8689ce93e3f046bf14b1cd954b476660aba.tar.bz2 Ishtar-d08cd8689ce93e3f046bf14b1cd954b476660aba.zip | |
✨ Imports - list: add groups
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/import_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/import_table.html b/ishtar_common/templates/ishtar/import_table.html index df58cb6e2..aec59babc 100644 --- a/ishtar_common/templates/ishtar/import_table.html +++ b/ishtar_common/templates/ishtar/import_table.html @@ -42,7 +42,7 @@ $("#import-list").find('input').prop('disabled', true); {{import.name|default:"-"}} </td> <td> - {{import.importer_type}} ({% trans import.importer_type.type_label %}) + {{import.importer_type}} ({% if import.importer_type.type_label %}{% trans import.importer_type.type_label %}{% else %}{% trans "Group" %}{% endif %}) </td> <td> {% if import.imported_file %} |
