typo
This commit is contained in:
parent
e3db2fc77d
commit
4b4064394f
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user