Skip to content

Commit 03cc98c

Browse files
committed
Fix typo to fix relative timestamp preference once more
1 parent 6dc6a99 commit 03cc98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def me(request):
100100
"openpatchids": [p["id"] for p in patch_list.patches if p["is_open"]],
101101
"header_activity": "Activity log",
102102
"header_activity_link": "/activity/",
103-
"userprofile": getattr(request.user, "uesrprofile", UserProfile()),
103+
"userprofile": getattr(request.user, "userprofile", UserProfile()),
104104
},
105105
)
106106

0 commit comments

Comments
 (0)