diff --git a/peachjam/templates/peachjam/layouts/document_detail.html b/peachjam/templates/peachjam/layouts/document_detail.html index fe208aff5..3152b4549 100644 --- a/peachjam/templates/peachjam/layouts/document_detail.html +++ b/peachjam/templates/peachjam/layouts/document_detail.html @@ -184,7 +184,19 @@

{{ document.title }}

{% endif %}
- {% for alternative_name in alternative_names %}
{{ alternative_name.title }}
{% endfor %} + {% for alternative_name in alternative_names %} +
+ {{ alternative_name.title }} + +
+ {% endfor %}
{% endif %} {% endwith %}