Der Lachs rennt jetzt wie blöde!
This commit is contained in:
parent
e7c528458a
commit
9b521a6be9
Binary file not shown.
|
|
@ -87,8 +87,7 @@ class Profile(models.Model):
|
|||
image = models.ImageField(default='userprofilepics/default.jpg', upload_to='userprofilepics', blank=True)
|
||||
compfunc = models.CharField(max_length=60, blank=True)
|
||||
visible = models.BooleanField(default=True)
|
||||
geil = models.BooleanField(default=True)
|
||||
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.user.last_name}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue