Skip to content

Commit ab2ef65

Browse files
committed
fix image src
1 parent 0eb1822 commit ab2ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ In these info's we have everything we need to generate our image URL's, without
505505

506506
```xml
507507
<li tal:define="preview python: brain.image_scales['picture'][0]['scales']['preview']">
508-
<img src="${python: preview['download']}"
508+
<img src="${brain/getURL}/${python: preview['download']}"
509509
width="${python: preview['width']}"
510510
height="${python: preview['height']}" />
511511
</li>

0 commit comments

Comments
 (0)