add features to buzz item types
This commit is contained in:
parent
f5e7ebc2cc
commit
ffe4996ff1
|
@ -164,6 +164,7 @@ class Occupation(models.Model):
|
||||||
BUZZ_ITEM_TYPES = (
|
BUZZ_ITEM_TYPES = (
|
||||||
('review', 'Review'),
|
('review', 'Review'),
|
||||||
('publicity', 'Publicity'),
|
('publicity', 'Publicity'),
|
||||||
|
('features', 'Features'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user