Remove commented code
This commit is contained in:
parent
1c417301bf
commit
8721b5fd65
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue