Display an alert when invitations are resent

This commit is contained in:
richard-dds
2018-11-13 11:31:57 -05:00
parent f6b4b2444f
commit 78e34d4ddd
3 changed files with 24 additions and 1 deletions

View File

@@ -85,3 +85,7 @@ class Invitation(Base, TimestampsMixin, AuditableMixin):
@property
def user_email(self):
return self.workspace_role.user.email
@property
def user_name(self):
return self.workspace_role.user.full_name