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 | 77aea5053d5034be9fc36ea86432f878ca0c6be6 (patch) | |
| tree | e54c46f3a44583bd134df3fcdbd042649fbf339f /ishtar_common/templates | |
| parent | 54b6bf22674d87f31904dc31d13126b51f50c819 (diff) | |
| parent | a72d4714f15c58a7e09eb3e5eef684052300655f (diff) | |
| download | Ishtar-77aea5053d5034be9fc36ea86432f878ca0c6be6.tar.bz2 Ishtar-77aea5053d5034be9fc36ea86432f878ca0c6be6.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 %} |
