|
@@ -1455,7 +1455,9 @@ class My_Pub_List(ListView):
|
|
|
_list = CKArticle.objects.all()
|
|
_list = CKArticle.objects.all()
|
|
|
if _type:
|
|
if _type:
|
|
|
_list = _list.filter(art_type=_type)
|
|
_list = _list.filter(art_type=_type)
|
|
|
- if _type == "6":
|
|
|
|
|
|
|
+ if _type == "5":
|
|
|
|
|
+ pub_list = CKArticle.objects.filter(art_type="5")
|
|
|
|
|
+ elif _type == "6":
|
|
|
pub_list = Video_data.objects.all()
|
|
pub_list = Video_data.objects.all()
|
|
|
elif _type == "7":
|
|
elif _type == "7":
|
|
|
pub_list = Product.objects.all()
|
|
pub_list = Product.objects.all()
|