fine tuning
This commit is contained in:
@@ -235,6 +235,7 @@ class Content(SiteSectorBaseModel):
|
||||
# Status tracking
|
||||
STATUS_CHOICES = [
|
||||
('draft', 'Draft'),
|
||||
('review', 'Review'),
|
||||
('published', 'Published'),
|
||||
]
|
||||
status = models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user