Skip to content

Commit

Permalink
Merge pull request #1089 from maykinmedia/fix/2195-my-categories-back…
Browse files Browse the repository at this point in the history
…-button

🐛 [#2195] Mijn interessegebieden back button should send user to Mijn Profiel
  • Loading branch information
stevenbal authored Mar 12, 2024
2 parents d9b3e23 + 9cfed05 commit 3a27bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/profile/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ <h1 class="utrecht-heading-1" id="title">
{% trans "Selecteer hier welke onderwerpen u interesseren, om op maat gemaakte inhoud voorgeschoteld te krijgen en nog beter te kunnen zoeken en vinden" %}
</p>

{% form form_object=form method="POST" id="change-categories" submit_text=_("Opslaan") secondary_href='profile:contact_list' secondary_text=_('Terug') secondary_icon='arrow_backward' secondary_icon_position="before" extra_classes="select-grid" %}
{% form form_object=form method="POST" id="change-categories" submit_text=_("Opslaan") secondary_href='profile:detail' secondary_text=_('Terug') secondary_icon='arrow_backward' secondary_icon_position="before" extra_classes="select-grid" %}
{% endblock content %}

0 comments on commit 3a27bb2

Please sign in to comment.