Update emails
This commit is contained in:
parent
164a712902
commit
af5bee5147
18 changed files with 481 additions and 170 deletions
|
@ -237,6 +237,7 @@ class Profile(models.Model):
|
|||
help_text=_("Notes for administrators regarding this user."),
|
||||
)
|
||||
profile_image = models.ImageField(upload_to=profile_image_path, null=True)
|
||||
email_change_pending = models.EmailField(blank=True, null=True)
|
||||
|
||||
@cached_property
|
||||
def organization(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue