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 | 35bad41efd18022a89f53c4cddc1f1e97a516f96 (patch) | |
| tree | b087ea7e13a0ea35b3408c862f57b8b1768c54db /ishtar_common/templates | |
| parent | fc8f8313dff6511f1ee588ff413027f1145aa1d9 (diff) | |
| download | Ishtar-35bad41efd18022a89f53c4cddc1f1e97a516f96.tar.bz2 Ishtar-35bad41efd18022a89f53c4cddc1f1e97a516f96.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 %} |
