mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Redundant. 🤔
This commit is contained in:
parent
36873ce834
commit
b84fcb9155
@ -94,10 +94,6 @@ class Member(models.Model):
|
|||||||
waiver = models.DateTimeField(null=True, blank=True)
|
waiver = models.DateTimeField(null=True, blank=True)
|
||||||
is_active = models.BooleanField(default=True)
|
is_active = models.BooleanField(default=True)
|
||||||
|
|
||||||
@property
|
|
||||||
def full_name(self):
|
|
||||||
return '{0} {1}'.format(self.first_name, self.last_name)
|
|
||||||
|
|
||||||
def get_full_name(self):
|
def get_full_name(self):
|
||||||
# The user is identified by their email address
|
# The user is identified by their email address
|
||||||
return '{0} {1}'.format(self.first_name, self.last_name)
|
return '{0} {1}'.format(self.first_name, self.last_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user