mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
display author name on library when missing refs #1705
If the author email is not associated with a CommitAuthor, display the name from the User model
This commit is contained in:
@@ -374,7 +374,7 @@ class LibraryDetail(VersionAlertMixin, BoostVersionMixin, DetailView):
|
||||
user.commitauthor = SimpleNamespace(
|
||||
github_profile_url="",
|
||||
avatar_url="",
|
||||
display_name="",
|
||||
display_name=f"{user.display_name}",
|
||||
)
|
||||
return qs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user