diff options
author | Anoop Jacob Thomas | 2010-10-21 17:27:53 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-10-21 17:27:53 +0530 |
commit | e79828295f686606145d0c5916759d8f0f447cb4 (patch) | |
tree | e99c6d2d91303e25f4c564e98d0be99980185ba9 /project/templates/about | |
parent | 394763a0952ffb45629fdeeac66f3cad510bb67a (diff) | |
download | scipycon-e79828295f686606145d0c5916759d8f0f447cb4.tar.gz scipycon-e79828295f686606145d0c5916759d8f0f447cb4.tar.bz2 scipycon-e79828295f686606145d0c5916759d8f0f447cb4.zip |
Added publicity page.
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 %} |