summaryrefslogtreecommitdiff
path: root/project/templates/about
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-21 17:27:53 +0530
committerAnoop Jacob Thomas2010-10-21 17:27:53 +0530
commite79828295f686606145d0c5916759d8f0f447cb4 (patch)
treee99c6d2d91303e25f4c564e98d0be99980185ba9 /project/templates/about
parent394763a0952ffb45629fdeeac66f3cad510bb67a (diff)
downloadscipycon-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.html11
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 %}