1
0
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:
Alexandre Iooss
2019-07-16 15:24:05 +02:00
parent 9a35b8f9e0
commit b63aaf4150
4 changed files with 31 additions and 41 deletions

View File

@@ -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,