redirect to whole accounts page and update button label (#71013)

This commit is contained in:
Daniel Muyshond 2022-11-07 15:02:07 +01:00 committed by Frédéric Péters
parent 70deda86b6
commit d839684757
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
{% block cell-content %}
{{ block.super }}
<p class="edit-link"><a class="pk-button" href="{{idp_url}}accounts/edit/">Modifier mes infos</a></p>
<p class="edit-link"><a class="pk-button" href="{{idp_url}}accounts/">Gérer mon profil</a></p>
{% endblock %}