From 66f3f0d20ca5f54b44ee9488bec549aed16708f6 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 15 Mar 2024 22:08:36 +0100 Subject: [PATCH] Mail/verification: Add edit link to the mail We were only linking to the list, which could make the edit form hard to find. --- app/Templates/Mail/verification.cs.latte | 2 +- app/Templates/Mail/verification.latte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Templates/Mail/verification.cs.latte b/app/Templates/Mail/verification.cs.latte index 0d863a3..71a797d 100644 --- a/app/Templates/Mail/verification.cs.latte +++ b/app/Templates/Mail/verification.cs.latte @@ -9,7 +9,7 @@

Registrační ID Vašeho týmu je {$id}. Prosím, uschovejte si je, poslouží k identifikaci vašeho týmu při případné editaci vaší přihlášky a při komunikaci s pořadateli závodu.

-

Prosíme, abyste si v seznamu přihlášek zkontrolovali správnost registračních údajů. Až do zaplacení můžete svou přihlášku editovat pomocí ID a hesla, které naleznete níže.

+

Prosíme, abyste si v seznamu přihlášek zkontrolovali správnost registračních údajů. Až do zaplacení můžete svou přihlášku editovat pomocí ID a hesla, které naleznete níže.

{block payment}

Po zaplacení částky {$invoice->getTotal()|price} s variabilním symbolem {$id} na účet číslo {$accountNumber} bude přihláška plně akceptována.

diff --git a/app/Templates/Mail/verification.latte b/app/Templates/Mail/verification.latte index 22e01bc..bc607eb 100644 --- a/app/Templates/Mail/verification.latte +++ b/app/Templates/Mail/verification.latte @@ -9,7 +9,7 @@

Your registration ID is {$id}. Please keep it handy – it is required to log in to edit your entry, and to identify your team in the event of any further correspondence.

-

You can consult the list of entrants on the website to check the status of your entry. Until the registration fee is paid, you can edit your entry using the password provided below.

+

You can consult the list of entrants on the website to check the status of your entry. Until the registration fee is paid, you can edit your entry using the password provided below.

{block payment}

Fees {$invoice->getTotal()|price} should be paid by cash at the registration desk. You can also pay in EUR.