Skip to content

Commit

Permalink
Mail/verification: Add edit link to the mail
Browse files Browse the repository at this point in the history
We were only linking to the list, which could make the edit form hard to find.
  • Loading branch information
jtojnar committed Mar 15, 2024
1 parent 30be361 commit 66f3f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Templates/Mail/verification.cs.latte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p>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.</p>

<p>Prosíme, abyste si v <a href="{link //Team:list}">seznamu přihlášek</a> 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.</p>
<p>Prosíme, abyste si v <a href="{link //Team:list}">seznamu přihlášek</a> zkontrolovali správnost registračních údajů. Až do zaplacení můžete svou <a n:href="//Team:edit $id">přihlášku editovat</a> pomocí ID a hesla, které naleznete níže.</p>

{block payment}
<p n:ifset="$accountNumber">Po zaplacení částky <strong>{$invoice->getTotal()|price}</strong> s variabilním symbolem <strong>{$id}</strong> na účet číslo <strong>{$accountNumber}</strong> bude přihláška plně akceptována.</p>
Expand Down
2 changes: 1 addition & 1 deletion app/Templates/Mail/verification.latte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p>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.</p>

<p>You can consult the <a n:href="//Team:list">list of entrants</a> 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.</p>
<p>You can consult the <a n:href="//Team:list">list of entrants</a> on the website to check the status of your entry. Until the registration fee is paid, you can <a n:href="//Team:edit $id">edit your entry</a> using the password provided below.</p>

{block payment}
<p>Fees <strong>{$invoice->getTotal()|price}</strong> should be paid by cash at the registration desk. You can also pay in EUR.</p>
Expand Down

0 comments on commit 66f3f0d

Please sign in to comment.