Remove NDA mention - that really shouldn't even be in core

This commit is contained in:
Kumi 2020-05-27 19:44:53 +02:00
parent 1efda993fd
commit 43c110253c

View file

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