This commit is contained in:
Sanj 2012-01-01 16:06:36 +05:30
parent e3db2fc77d
commit 4b4064394f

View File

@ -3,7 +3,7 @@
{% for d in documents %} {% for d in documents %}
<div class="orangeInnerRight"> <div class="orangeInnerRight">
{% if d.file %} {% if d.file %}
<a href="{{ d.file }} target="_blank"> {{ d.title }}</a> <a href="{{ d.file }}" target="_blank"> {{ d.title }}</a>
{% else %} {% else %}
{{ d.title }} {{ d.title }}
{% endif %} {% endif %}