Revert "added "New topics by moderators only" option for forums"
This reverts commit ed14c36cfc
.
This commit is contained in:
parent
ed14c36cfc
commit
1208adad4b
3 changed files with 2 additions and 4 deletions
|
@ -97,7 +97,6 @@ class Category(models.Model):
|
|||
|
||||
class Forum(models.Model):
|
||||
category = models.ForeignKey(Category, related_name='forums', verbose_name=_('Category'))
|
||||
moderator_only = models.BooleanField(_('New topics by moderators only'), default=False)
|
||||
name = models.CharField(_('Name'), max_length=80)
|
||||
position = models.IntegerField(_('Position'), blank=True, default=0)
|
||||
description = models.TextField(_('Description'), blank=True, default='')
|
||||
|
|
Reference in a new issue