mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-06 23:19:38 +02:00
Move display image to Note (2)
This commit is contained in:
@@ -20,11 +20,6 @@ class Profile(models.Model):
|
||||
settings.AUTH_USER_MODEL,
|
||||
on_delete=models.CASCADE,
|
||||
)
|
||||
profile_picture = models.ImageField(
|
||||
verbose_name=_('profile picture'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
)
|
||||
phone_number = models.CharField(
|
||||
verbose_name=_('phone number'),
|
||||
max_length=50,
|
||||
|
Reference in New Issue
Block a user