typo
This commit is contained in:
parent
e3db2fc77d
commit
4b4064394f
|
@ -3,7 +3,7 @@
|
|||
{% for d in documents %}
|
||||
<div class="orangeInnerRight">
|
||||
{% if d.file %}
|
||||
<a href="{{ d.file }} target="_blank"> {{ d.title }}</a>
|
||||
<a href="{{ d.file }}" target="_blank"> {{ d.title }}</a>
|
||||
{% else %}
|
||||
{{ d.title }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user