Skip to content

Commit

Permalink
Removed NewsArticle use of template since it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
edwoodward committed Mar 9, 2023
1 parent 08ff2cd commit f60e873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions news/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ def blog_collections(self):
APIField('promote_image')
]

template = 'page.html'

parent_page_types = ['news.NewsIndex']

def save(self, *args, **kwargs):
Expand Down

0 comments on commit f60e873

Please sign in to comment.