Skip to content

Commit db76cdc

Browse files
committed
fix: Add top 3 prize info in award mail
1 parent 88be3de commit db76cdc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/app-templates/smarty/emails/award-awarded.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
<div class="text-center">
1818
<a class="btn btn-success btn-lg" href="{'user_details'|alias:sprintf('userid=%d', $award->holder->id):null:'#users-awards'}">{t}Check my profile{/t}</a>
1919
</div>
20+
<div class="s-3"></div>
21+
<p class="text-center"><strong>🎁 {t}Top 3 prizes{/t}</strong></p>
22+
<p class="text-justify">🥇🥈🥉{t}The top 3 winners in each category can redeem a special prize (a mug), kindly sponsored by @Detroit.{/t}</p>
23+
<p class="text-justify">{t}@Detroit will contact the winners via private messages.{/t}</p>
2024
{/block}

0 commit comments

Comments
 (0)