Skip to content
GitLab
Menu
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
db51b4d4
Unverified
Commit
db51b4d4
authored
Nov 23, 2016
by
Thom Wiggers
📐
Browse files
use mentor year
parent
707a2f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/views.py
View file @
db51b4d4
...
...
@@ -119,7 +119,7 @@ def profile(request, pk=None):
mentor_years
=
member
.
mentorship_set
.
all
()
for
mentor_year
in
mentor_years
:
name
=
str
(
mentor_year
)
name
=
"Mentor in {}"
.
format
(
mentor_year
.
year
)
if
not
achievements
.
get
(
name
):
achievements
[
name
]
=
{
'name'
:
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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