forked from rc/aircox
work on home page, fix views & templates issues
This commit is contained in:
@ -25,7 +25,7 @@ class ArticleDetailView(PageDetailView):
|
||||
class ArticleListView(ParentMixin, PageListView):
|
||||
model = Article
|
||||
template_name = 'aircox/article_list.html'
|
||||
show_headline = True
|
||||
has_headline = True
|
||||
is_static = False
|
||||
parent_model = Program
|
||||
|
||||
|
Reference in New Issue
Block a user