Skip to content

Commit b59fb24

Browse files
committed
Move the counter marker outside the loop
1 parent cb938d8 commit b59fb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osha/oira/widgets/templates/related_images_input.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
type="hidden"
4141
value="${python: related_image.widgets['caption'].value}"
4242
/>
43-
<input tal:replace="structure view/counterMarker" />
4443
</tal:for>
4544

45+
<input tal:replace="structure view/counterMarker" />
4646

4747
</html>

0 commit comments

Comments
 (0)