Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès Haasser <1035145+tut-tuuut@users.noreply.github.com>
  • Loading branch information
christophehenry and tut-tuuut authored Mar 22, 2022
1 parent ca37668 commit 2f143d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidants_connect_habilitation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_success_url(self):
kwargs={"issuer_id": self.saved_model.issuer_id},
)

def send_mail(self, email: str):
def send_issuer_profile_reminder_mail(self, email: str):
path = reverse(
"habilitation_issuer_page",
kwargs={"issuer_id": str(Issuer.objects.get(email=email).issuer_id)},
Expand Down

0 comments on commit 2f143d6

Please sign in to comment.