diff --git a/django/library/jinja2/library/codebases/releases/retrieve.jinja b/django/library/jinja2/library/codebases/releases/retrieve.jinja index 4d52044a5..434415ebf 100644 --- a/django/library/jinja2/library/codebases/releases/retrieve.jinja +++ b/django/library/jinja2/library/codebases/releases/retrieve.jinja @@ -78,7 +78,18 @@

Release Notes

{{ release.release_notes|safe }}

Associated Publications

-

{{ markdown(codebase.associated_publication_text) }}

+ {% if codebase.associated_publications %} + + {% endif %} {% endif %} @@ -134,9 +145,19 @@ {{ codebase.description|safe }} {% with featured_image=codebase.get_featured_image() %} - {% if featured_image is not none %} -