diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-05 13:14:56 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
| commit | b75d3163bed945b58e643982820883e72e4b8dc4 (patch) | |
| tree | b39667e726a6be31ff231d2ac32b5e364297d1df /ishtar_common/templates/ishtar/sheet_import.html | |
| parent | 5a33b5bd2641dd665cb450b2e95069f4d8204cd9 (diff) | |
| download | Ishtar-b75d3163bed945b58e643982820883e72e4b8dc4.tar.bz2 Ishtar-b75d3163bed945b58e643982820883e72e4b8dc4.zip | |
✨ improve import and import group sheet
- link to errors, match, result files
- pre import values
- link to associated imports and group imports
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_import.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_import.html b/ishtar_common/templates/ishtar/sheet_import.html index 8685d9ae8..be5e12340 100644 --- a/ishtar_common/templates/ishtar/sheet_import.html +++ b/ishtar_common/templates/ishtar/sheet_import.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_header window_field window_tables %} -{% block head_title %}<strong>{% trans "Import" %}</strong> – {{item.name}}{% endblock %} +{% block head_title %}<strong>{% trans "Import" %}</strong> – {{item.name}} – {{item.importer_type}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-import' %} |
