mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
delete trans in Invitation model (#4223)
This commit is contained in:
@@ -40,7 +40,7 @@ class InvitationManager(models.Manager):
|
||||
|
||||
class Invitation(models.Model):
|
||||
INVITE_TYPE_CHOICES = (
|
||||
(GUEST, _('Guest')),
|
||||
(GUEST, 'Guest'),
|
||||
)
|
||||
|
||||
token = models.CharField(max_length=40, db_index=True)
|
||||
|
Reference in New Issue
Block a user