diff options
Diffstat (limited to 'project/templates/about')
-rw-r--r-- | project/templates/about/publicity.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project/templates/about/publicity.html b/project/templates/about/publicity.html new file mode 100644 index 0000000..71c6dea --- /dev/null +++ b/project/templates/about/publicity.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block content %} +<h1>Publicity Materials</h1> + +<div class="entry"> +<h2>Poster</h2> +<p> +<a href="/static/img/scipy-poster.png">Download Poster</a> +</p> +</div> +{% endblock content %} |