Merge branch 'bug/send-voters-email' into 'develop'

Fix link sent by email to voters

Closes #312

See merge request framasoft/framadate!291
This commit is contained in:
Thomas Citharel 2018-04-11 15:51:54 +02:00
commit c5a2f299c5
1 changed files with 2 additions and 2 deletions

View File

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