Skip to content

Commit d490ae2

Browse files
committed
url
1 parent 0912bbc commit d490ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cs_dynamicpages/views/dynamic_view.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</tal:featured>
5050
<tal:featured_add_button tal:condition="python:row.show_featured_add_button(request)">
5151
<a class="btn btn-outline-primary btn-sm align-self-start"
52-
href="${context/absolute_url}/++add++DynamicPageRowFeatured">Add new featured</a>
52+
href="${row/absolute_url}/++add++DynamicPageRowFeatured">Add new featured</a>
5353
</tal:featured_add_button>
5454
</div>
5555
</tal:condition>

0 commit comments

Comments
 (0)