Added me/profile page and small improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user