1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00
date-poll-api/templates/emails/partial/public_link.html.twig
2021-05-18 23:26:33 +02:00

11 lines
314 B
Twig

<span class="public-link">
{% if poll.customUrl |length %}
<a href="{{ BASE_URL }}/#/poll/{{ poll.customUrl }}/consultation">
✉️ {{ BASE_URL }}/#/poll/{{ poll.customUrl }}/consultation
</a>
{% else %}
erreur, il manque la customUrl de ce sondage.
{% endif %}
</span>