From a72d4714f15c58a7e09eb3e5eef684052300655f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jun 2015 13:45:35 +0200 Subject: Import: specialize targetkey (refs #2533) Model: a targetkey connection can now be applied to on particular import (associated_import), one particular user (associated_user) or to all imports (associated_import and associated_user are empty). To be done: change import and forms to fully use this mechanism. --- ishtar_common/templates/ishtar/import_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/import_list.html b/ishtar_common/templates/ishtar/import_list.html index 9e9b4cb61..7d1c13fdd 100644 --- a/ishtar_common/templates/ishtar/import_list.html +++ b/ishtar_common/templates/ishtar/import_list.html @@ -40,7 +40,7 @@ {% if import.need_matching %} - {% trans "Link unmatched items" %} + {% trans "Link unmatched items" %} {% endif %} {% if import.error_file %} -- cgit v1.2.3