Remove NDA mention - that really shouldn't even be in core
This commit is contained in:
parent
1efda993fd
commit
43c110253c
1 changed files with 0 additions and 4 deletions
|
@ -43,7 +43,3 @@ class ClientProfile(Profile):
|
|||
marketing_opt_in = DateTimeField(null=True)
|
||||
pgp_key = TextField(null=True)
|
||||
main_client = ForeignKey("self", null=True, on_delete=SET_DEFAULT, default=None)
|
||||
|
||||
@property
|
||||
def get_nda(self):
|
||||
return None
|
Loading…
Reference in a new issue