NoReverseMatch: Reverse for 'narrow_category' with arguments '(9L, u'pro
contact', u'', u'', u'')' and keyword arguments '{}' not found.
url(r'^narrow_category/(\d+)/(\w*)/(\d*)/(\d*)/(\d*)/$',
'catalog.views.narrow_category', name="narrow_category"),
url(r'^narrow_category/(\d+)/(\w+)/$', 'catalog.views.narrow_category',
name="narrow_category_by_text"),
url(r'^narrow_category/(\d+)/(\d+)/(\d+)/(\d+)/$',
'catalog.views.narrow_category', name="narrow_category2"),
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.