From bdc9cdab0d5e314b5d1a33a2d87fca22138d649d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 May 2015 01:10:40 +0200 Subject: Imports: manage unmatched item links --- ishtar_common/urls.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 81b96967a..76e1d778b 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Étienne Loks +# Copyright (C) 2010-2015 Étienne Loks # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -52,7 +52,9 @@ urlpatterns = patterns('', url(r'import-list/$', views.ImportListView.as_view(), name='current_imports'), url(r'import-list-old/$', views.ImportOldListView.as_view(), - name='old_imports') + name='old_imports'), + url(r'import-link-unmatched/(?P[0-9]+)/$', + views.ImportLinkView.as_view(), name='import_link_unmatched'), ) for section in menu.childs: for menu_item in section.childs: -- cgit v1.2.3