diff --git a/compensation/models/eco_account.py b/compensation/models/eco_account.py
index 42a202f7..dc9e336f 100644
--- a/compensation/models/eco_account.py
+++ b/compensation/models/eco_account.py
@@ -160,7 +160,7 @@ class EcoAccount(AbstractCompensation, ShareableObjectMixin, RecordableObjectMix
Returns:
"""
- return reverse("compensation:acc:share", args=(self.id, self.access_token))
+ return reverse("compensation:acc:share-token", args=(self.id, self.access_token))
def send_notification_mail_on_deduction_change(self, data_change: dict):
""" Sends notification mails for changes on the deduction
diff --git a/compensation/templates/compensation/detail/eco_account/includes/controls.html b/compensation/templates/compensation/detail/eco_account/includes/controls.html
index 42ce6067..c26883aa 100644
--- a/compensation/templates/compensation/detail/eco_account/includes/controls.html
+++ b/compensation/templates/compensation/detail/eco_account/includes/controls.html
@@ -15,7 +15,7 @@
-