From: Radek Czajka Date: Thu, 29 Jun 2023 14:31:02 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/689050858446fed8c38d8470be29f89f70cecf04 fix --- diff --git a/src/catalogue/views.py b/src/catalogue/views.py index 5ea1bbea..17d61a41 100644 --- a/src/catalogue/views.py +++ b/src/catalogue/views.py @@ -225,7 +225,7 @@ def publish_author(request, pk): "gazeta_link": author.gazeta_link, "culturepl_link": author.culturepl_link, "wiki_link_pl": author.plwiki, - "photo": request.build_absolute_uri(author.photo.url), + "photo": request.build_absolute_uri(author.photo.url) if author.photo else None, "photo_source": author.photo_source, "photo_attribution": author.photo_attribution, }