changeset 176 | 6a95fa45edf2 |
child 197 | 44f63728e9fa |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/about/publicity.html Thu Oct 21 17:27:53 2010 +0530 @@ -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 %}