1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Translate rights

This commit is contained in:
Yohann D'ANELLO
2020-07-31 22:29:23 +02:00
parent dca655949e
commit d7b834d908
7 changed files with 358 additions and 370 deletions

File diff suppressed because it is too large Load Diff

View File

@ -124,10 +124,10 @@ class PermissionMask(models.Model):
class Permission(models.Model):
PERMISSION_TYPES = [
('add', 'add'),
('view', 'view'),
('change', 'change'),
('delete', 'delete')
('add', _('add')),
('view', _('view')),
('change', _('change')),
('delete', _('delete'))
]
model = models.ForeignKey(