Skip to content

Commit cf82379

Browse files
committed
Undid unintentional commit
- Legacy-Id: 15455
1 parent 89b8fe6 commit cf82379

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/person/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from ietf.utils.mail import formataddr
2727
from ietf.person.name import unidecode_name
2828
from ietf.utils import log
29-
#from ietf.utils.models import ForeignKey, OneToOneField
29+
from ietf.utils.models import ForeignKey, OneToOneField
3030

3131

3232
class Person(models.Model):
@@ -338,7 +338,6 @@ def __unicode__(self):
338338

339339
PERSON_EVENT_CHOICES = [
340340
("apikey_login", "API key login"),
341-
("gdpr_notice_email", "GDPR notice email"),
342341
]
343342

344343
class PersonEvent(models.Model):

0 commit comments

Comments
 (0)