Skip to content

Commit

Permalink
fix: use correct application URL in submit reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Dec 4, 2024
1 parent aee26c2 commit ab3874f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def send(
subject = _("Reminder - Opportunity to access MSME credit for being awarded a public contract")
parameters = {
"AWARD_SUPPLIER_NAME": application.borrower.legal_name,
"TENDER_TITLE": application.award.title,
"BUYER_NAME": application.award.buyer_name,
"APPLY_FOR_CREDIT_URL": f"{base_application_url}/intro",
"REMOVE_ME_URL": f"{base_application_url}/decline",
Expand Down
2 changes: 1 addition & 1 deletion email_templates/borrower_pending_submit_reminder.es.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div style="text-align: center; padding: 10px;">
<div style="padding: 8px 24px; border-radius: 100px; background: #d6e100; font-weight: bold; margin-left: auto; margin-right: auto; width: 50%;">
<a href="{{FIND_OUT_MORE_URL}}" style="text-decoration: none; color: #0a66c2;">
<a href="{{APPLY_FOR_CREDIT_URL}}" style="text-decoration: none; color: #0a66c2;">
Continuar con mi aplicación
</a>
</div>
Expand Down

0 comments on commit ab3874f

Please sign in to comment.