1
0
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:
Leo
2019-11-05 14:19:10 +08:00
committed by Daniel Pan
parent c9c43c5791
commit 0fd17abbf5

View File

@@ -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)