summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_import.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-10-05 13:14:56 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-05 10:51:52 +0100
commit71d9b6fdc1b48f0a31c3c2f348bb715d9dde155b (patch)
tree79753e031ae9f190bde9e17429ce302379979a86 /ishtar_common/templates/ishtar/sheet_import.html
parent6393088eb7490f6dbb9a74a12184ca5cb0e11433 (diff)
downloadIshtar-71d9b6fdc1b48f0a31c3c2f348bb715d9dde155b.tar.bz2
Ishtar-71d9b6fdc1b48f0a31c3c2f348bb715d9dde155b.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.html2
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> &ndash; {{item.name}}{% endblock %}
+{% block head_title %}<strong>{% trans "Import" %}</strong> &ndash; {{item.name}} &ndash; {{item.importer_type}}{% endblock %}
{% block toolbar %}
{% window_nav item window_id 'show-import' %}