framadate/tpl/mail/remember_edit_link.tpl
Thomas Citharel 0e90422b3d
Require php 7.1 and upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-11 12:56:01 +01:00

5 lines
245 B
Smarty

<h1>{$poll->title|html|string_format:t('EditLink', 'Edit link for poll "%s"')}</h1>
<p>
{t('EditLink', 'Here is the link for editing your vote:')}
<a href="{poll_url id=$poll_id vote_id=$editedVoteUniqueId}">{$poll->title|html}</a>
</p>