mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
11 lines
314 B
Twig
Executable File
11 lines
314 B
Twig
Executable File
<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>
|