diff options
Diffstat (limited to 'project/templates/about/publicity.html')
-rw-r--r-- | project/templates/about/publicity.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/templates/about/publicity.html b/project/templates/about/publicity.html index 6c89f24..180f95d 100644 --- a/project/templates/about/publicity.html +++ b/project/templates/about/publicity.html @@ -7,5 +7,13 @@ <p> Download Poster (<a href="/static/img/scipy-poster-A3.png">A3 (3.6M)</a> | <a href="/static/img/scipy-poster-A4.png">A4 (1.7M)</a>) </p> +<h2>Press Release</h2> +<p> +Download Press Release (<a href="/static/img/scipy2-press-release.pdf">here</a>) +</p> + + </div> + + {% endblock content %} |