diff --git a/templates/projects/project_page.html b/templates/projects/project_page.html index 400800e..fbb1a31 100644 --- a/templates/projects/project_page.html +++ b/templates/projects/project_page.html @@ -11,15 +11,17 @@ {% include_block page.body %} - - - {% if page.get_download_link %} - Download {{ page.title }} - {% endif %} + {% if page.get_download_link or page.project_url %} + + + {% if page.get_download_link %} + Download {{ page.title }} + {% endif %} - {% if page.url %} - View Project - {% endif %} - - + {% if page.project_url %} + View Project + {% endif %} + + + {% endif %} {% endblock %}