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 %}
<div class="orangeInnerRight">
{% if d.file %}
@ -6,6 +8,6 @@
{{ d.title }}
{% endif %}
</div>
{{ d.intro|safe }}
{{ d.intro|markdown }}
<br />
{% endfor %}