@ -175,7 +175,8 @@ class ProductView(CategoryBaseView, DetailView):
#ranee.pop(kwargs['object'].slug)
retval['ranee'] = []
for i in ranee:
if i != kwargs['object'].slug:
#import pdb; pdb.set_trace()
if kwargs and i != kwargs['object'].slug:
p = Product.objects.get(slug=i)
if p not in retval['ranee']:
retval['ranee'].append(p)