phase 4-6 - with buggy contetn calendar page
This commit is contained in:
@@ -53,7 +53,7 @@ class ContentFilter(django_filters.FilterSet):
|
||||
|
||||
class Meta:
|
||||
model = Content
|
||||
fields = ['cluster_id', 'status', 'content_type', 'content_structure', 'source', 'created_at__gte', 'created_at__lte']
|
||||
fields = ['cluster_id', 'site_id', 'status', 'site_status', 'content_type', 'content_structure', 'source', 'created_at__gte', 'created_at__lte']
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user