File tree 1 file changed +3
-3
lines changed
src/recensio/plone/browser/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
tal : define ="
79
79
custom_cover context/customCoverImage|nothing;
80
80
"
81
- tal : condition =" context /isUseExternalFulltext|nothing"
81
+ tal : condition =" view /isUseExternalFulltext|nothing"
82
82
>
83
83
<img src =" ${context/absolute_url}/@@images/customCoverImage/mini"
84
84
tal : condition =" custom_cover"
115
115
tal : condition =" pdf"
116
116
>
117
117
<div class =" card-body download pdf"
118
- tal : condition =" not:context /isUseExternalFulltext|nothing"
118
+ tal : condition =" not:view /isUseExternalFulltext|nothing"
119
119
>
120
120
<a href =" ${here/absolute_url}/@@generate-pdf-recension?language=${lang}"
121
121
target =" _blank"
128
128
kb)</em ></a >
129
129
</div >
130
130
<div class =" card-body external fulltext pdf"
131
- tal : condition =" context /isUseExternalFulltext|nothing"
131
+ tal : condition =" view /isUseExternalFulltext|nothing"
132
132
>
133
133
<a href =" ${python: view.get_doi_url_if_active() or context.canonical_uri}"
134
134
target =" _blank"
You can’t perform that action at this time.
0 commit comments