Bullet-proof {% avatar %} templatetag rendering.
Review Request #13769 — Created April 22, 2024 and submitted — Latest diff uploaded
We were getting an error email from a bot indexing the search page that
was attempting to render the avatar when the user isNone
. This change
adds some bullet-proofing so we don't hit an error in that case.
Ran unit tests.