Skip to content
Snippets Groups Projects
Commit 9a1289e0 authored by Dylann Cordel's avatar Dylann Cordel :crossed_swords:
Browse files

pep8

parent b0746238
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ class NewsboxBase(six.with_metaclass(NewsboxModelBase, models.Model)): ...@@ -243,7 +243,7 @@ class NewsboxBase(six.with_metaclass(NewsboxModelBase, models.Model)):
'When the news should go live. ' 'When the news should go live. '
'Status must be "Published" for news to go live.'), 'Status must be "Published" for news to go live.'),
null=False, blank=False) null=False, blank=False)
newsbox_status=models.CharField( newsbox_status = models.CharField(
verbose_name=_('status'), max_length=10, verbose_name=_('status'), max_length=10,
choices=STATUS_CHOICES, default=STATUS_DRAFT, choices=STATUS_CHOICES, default=STATUS_DRAFT,
help_text=_('Use "Draft" to prepare your content before publishing and "Archived" to ' help_text=_('Use "Draft" to prepare your content before publishing and "Archived" to '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment