This commit is contained in:
Sanj 2011-12-16 23:50:59 +05:30
parent afdcc73bf9
commit 32bdcebe49

View File

@ -1,3 +1,5 @@
{% load markup %}
{% for d in documents %} {% for d in documents %}
<div class="orangeInnerRight"> <div class="orangeInnerRight">
{% if d.file %} {% if d.file %}
@ -6,6 +8,6 @@
{{ d.title }} {{ d.title }}
{% endif %} {% endif %}
</div> </div>
{{ d.intro|safe }} {{ d.intro|markdown }}
<br /> <br />
{% endfor %} {% endfor %}