Added me/profile page and small improvements

This commit is contained in:
ITQ
2024-02-29 22:47:48 +03:00
parent 2ea64e2bcb
commit a8c63e223a
5 changed files with 32 additions and 16 deletions
+3 -3
View File
@@ -34,8 +34,8 @@ class Profile(models.Model):
)
image = models.URLField(max_length=200, blank=True, null=True)
def is_authenticated(self):
return True
def __str__(self):
return self.login
def is_authenticated(self):
return True