diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_importgroup.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_importgroup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_importgroup.html b/ishtar_common/templates/ishtar/sheet_importgroup.html index 593642945..050da29a2 100644 --- a/ishtar_common/templates/ishtar/sheet_importgroup.html +++ b/ishtar_common/templates/ishtar/sheet_importgroup.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 group" %}</strong> – {{item.name}} – {{item.importer_type}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-importgroup' %} |
