project/templates/about/publicity.html
author Amit Sethi
Wed, 03 Nov 2010 00:58:47 +0530
changeset 235 62f1cb02cb88
parent 176 6a95fa45edf2
child 197 44f63728e9fa
permissions -rw-r--r--
Merging heads

{% 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 %}