Remove commented code

This commit is contained in:
PCoder 2021-11-22 13:58:07 +05:30
parent 1c417301bf
commit 8721b5fd65
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ class Person(models.Model):
last_name = models.TextField(blank=True, null=True)
organisation = models.TextField(blank=True, null=True)
position = models.TextField(blank=True, null=True)
#country = models.ForeignKey(Country, models.DO_NOTHING, blank=True, null=True)
contact_email = models.TextField(blank=True, null=True) # email_1
personal_url = models.TextField(blank=True, null=True) # url ?
biography = models.TextField(blank=True, null=True)