Add download fixes

This commit is contained in:
Eric Holscher 2013-10-21 18:16:16 -07:00
parent cee649a646
commit 3646b3a5f0

View File

@ -15,12 +15,13 @@
</dl> </dl>
<dl> <dl>
<dt>Downloads</dt> <dt>Downloads</dt>
<dd><a href="{{ url }}">PDF</a></dd> {% for type, url in downloads %}
<dd><a href="{{ url }}">Epub</a></dd> <dd><a href="{{ url }}">{{ type }}</a></dd>
<dd><a href="{{ url }}">Zip</a></dd> {% endfor %}
</dl> </dl>
<hr/> <hr/>
Free document hosting and versioning provided by <a href="http://www.readthedocs.org">Read the Docs</a>. Free document hosting and versioning provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
</div> </div>
</div> </div>
{% endif %} {% endif %}