forked from rc/aircox
french translation
This commit is contained in:
@ -8,12 +8,6 @@ from .program import Program, ProgramChildQuerySet
|
||||
class Article(Page):
|
||||
detail_url_name = 'article-detail'
|
||||
|
||||
is_static = models.BooleanField(
|
||||
_('is static'), default=False,
|
||||
help_text=_('Should this article be considered as a page '
|
||||
'instead of a blog article'),
|
||||
)
|
||||
|
||||
objects = ProgramChildQuerySet.as_manager()
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user