We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6a99 commit 03cc98cCopy full SHA for 03cc98c
pgcommitfest/commitfest/views.py
@@ -100,7 +100,7 @@ def me(request):
100
"openpatchids": [p["id"] for p in patch_list.patches if p["is_open"]],
101
"header_activity": "Activity log",
102
"header_activity_link": "/activity/",
103
- "userprofile": getattr(request.user, "uesrprofile", UserProfile()),
+ "userprofile": getattr(request.user, "userprofile", UserProfile()),
104
},
105
)
106
0 commit comments