X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6c81c82481a5407bc6e4f3c5cdd16baedbc2a523..689050858446fed8c38d8470be29f89f70cecf04:/src/catalogue/views.py 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, }