Fixes for inserting footnotes, references.
[redakcja.git] / src / catalogue / views.py
index 5ea1bbe..17d61a4 100644 (file)
@@ -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,
     }