diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 13:45:35 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 13:45:35 +0200 | 
| commit | a72d4714f15c58a7e09eb3e5eef684052300655f (patch) | |
| tree | b087ea7e13a0ea35b3408c862f57b8b1768c54db /ishtar_common/templates | |
| parent | 6787341f2b3b7d2a3ec53e80e697af6c6cf7aeec (diff) | |
| download | Ishtar-a72d4714f15c58a7e09eb3e5eef684052300655f.tar.bz2 Ishtar-a72d4714f15c58a7e09eb3e5eef684052300655f.zip  | |
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.
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/import_list.html | 2 | 
1 files changed, 1 insertions, 1 deletions
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 @@    </td>    <td>      {% if import.need_matching %} -    <a href='{% url "import_link_unmatched" import.importer_type.pk %}'>{% trans "Link unmatched items" %}</a> +    <a href='{% url "import_link_unmatched" import.pk %}'>{% trans "Link unmatched items" %}</a>      {% endif %}    </td>    <td>{% if import.error_file %}  | 
