diff --git a/cms/templates/cms/publication.html b/cms/templates/cms/publication.html index 657ab1f..45f7e97 100644 --- a/cms/templates/cms/publication.html +++ b/cms/templates/cms/publication.html @@ -17,7 +17,9 @@ {% else %} {# detail view #}
+ {% if page.cover %} + {% endif %}
{{ page.body|richtext}}
@@ -54,7 +56,7 @@ {% include "cms/snippets/list_item.html" %} {% endwith %} {% else %} - {{ page.owner }} + {{ page.owner|default:'' }} {% endif %}