diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 13:48:04 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 13:48:04 +0200 |
| commit | 55f0743c366c633127b19db1084cd3d71cc1cc00 (patch) | |
| tree | e54c46f3a44583bd134df3fcdbd042649fbf339f /ishtar_common/templates | |
| parent | 43adb2fcc5c46783066423561b36448f2f45855c (diff) | |
| parent | 35bad41efd18022a89f53c4cddc1f1e97a516f96 (diff) | |
| download | Ishtar-55f0743c366c633127b19db1084cd3d71cc1cc00.tar.bz2 Ishtar-55f0743c366c633127b19db1084cd3d71cc1cc00.zip | |
Merge branch 'stable'
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 %} |
