theme selector
This commit is contained in:
parent
124b0e82df
commit
da5346d0a9
9 changed files with 99 additions and 20 deletions
|
@ -38,6 +38,8 @@ class UserPermissions(models.Model):
|
|||
|
||||
mesh_control = models.BooleanField(default=False, verbose_name=_('can access mesh control'))
|
||||
|
||||
nonpublic_themes = models.BooleanField(default=False, verbose_name=_('show non-public themes in theme selector'))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('User Permissions')
|
||||
verbose_name_plural = _('User Permissions')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue