Commit e6764922 by Kálmán Viktor

dashboard: update profile absolute url

parent cdd0662c
...@@ -90,7 +90,7 @@ class Profile(Model): ...@@ -90,7 +90,7 @@ class Profile(Model):
valid_until) valid_until)
def get_absolute_url(self): def get_absolute_url(self):
return reverse("dashboard.views.profile") return reverse("dashboard.views.profile", kwargs={'pk': self.user.pk})
class GroupProfile(AclBase): class GroupProfile(AclBase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment