We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee12867 commit 6dc6a99Copy full SHA for 6dc6a99
pgcommitfest/commitfest/views.py
@@ -542,7 +542,7 @@ def commitfest(request, cfid):
542
"openpatchids": [p["id"] for p in patch_list.patches if p["is_open"]],
543
"header_activity": "Activity log",
544
"header_activity_link": "activity/",
545
- "userprofile": getattr(request.user, "uesrprofile", UserProfile()),
+ "userprofile": getattr(request.user, "userprofile", UserProfile()),
546
},
547
)
548
@@ -680,7 +680,7 @@ def patch(request, patchid):
680
"breadcrumbs": [
681
{"title": cf.title, "href": "/%s/" % cf.pk},
682
],
683
684
685
686
0 commit comments