Skip to content

Commit

Permalink
Fix for cancel button path
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert committed Jan 15, 2025
1 parent 9767140 commit 98c083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amt/site/templates/macros/editable.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
class="utrecht-button utrecht-button--primary-action utrecht-button--rvo-md">
{% trans %}Save{% endtrans %}
</button>
<button hx-get="{{ base_href }}/cancel/?full_resource_path={{ full_resource_path }}"
<button hx-get="{{ base_href }}/cancel?full_resource_path={{ full_resource_path }}"
hx-swap="outerHTML"
class="utrecht-button utrecht-button--secondary-action utrecht-button-group__align-right utrecht-button--rvo-md">
{% trans %}Cancel{% endtrans %}
Expand Down

0 comments on commit 98c083d

Please sign in to comment.