Adds tabs to user profile page
This commit is contained in:
parent
d7c32cc314
commit
ec7a9f68c2
9 changed files with 88 additions and 24 deletions
|
@ -35,6 +35,7 @@ class Goal(View):
|
|||
'goal': goal,
|
||||
'user': user,
|
||||
'year': year,
|
||||
'is_self': request.user == user,
|
||||
}
|
||||
return TemplateResponse(request, 'goal.html', data)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue