Der Lachs rennt jetzt wie blöde!

This commit is contained in:
holger.trampe 2019-12-15 22:47:32 +01:00
parent e7c528458a
commit 9b521a6be9
2 changed files with 1 additions and 2 deletions

View File

@ -87,7 +87,6 @@ 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):