diff --git a/profile/models.py b/profile/models.py index b220667fca..e322c24af8 100644 --- a/profile/models.py +++ b/profile/models.py @@ -4,5 +4,5 @@ from django.contrib.auth.models import User class UserProfile(models.Model): user = models.ForeignKey(User, unique=True) - status = models.CharField(max_length=40, blank=True) + ccnet_user_id = models.CharField(max_length=40, blank=True) diff --git a/profile/templates/profile/profile.html b/profile/templates/profile/profile.html index 0e705bcc97..1a547ca525 100644 --- a/profile/templates/profile/profile.html +++ b/profile/templates/profile/profile.html @@ -3,7 +3,7 @@ {% block left_panel %}