Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
fd7e291c
Commit
fd7e291c
authored
Oct 28, 2016
by
Joost Rijneveld
Browse files
Merge branch '121-link-to-profile-missing' into 'master'
Implements
#121
Closes
#121
See merge request
!145
parents
26037b55
dad1cbc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/api/serializers.py
View file @
fd7e291c
...
...
@@ -21,7 +21,7 @@ class MemberBirthdaySerializer(CalenderJSSerializer):
return
True
def
_url
(
self
,
instance
):
return
reverse
(
'
#'
)
return
reverse
(
'
members:profile'
,
kwargs
=
{
'pk'
:
instance
.
pk
}
)
def
_title
(
self
,
instance
):
return
instance
.
display_name
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment