alpes-maritimes-2018: make email clickable (#58044)

Also #57614.
This commit is contained in:
Benjamin Dauvergne 2021-10-21 10:58:24 +02:00
parent 0e56a59e99
commit 5f8b4a579b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<tr><th style="width:30%;">Téléphones / Email</th><th>{% if not fiche.fields.archive %}<a href="{{eservices_url}}backoffice/submission/seniors-mise-a-jour-des-autres-coordonnees/?ReturnURL={{ portal_agent_url }}espace-seniors/page-senior/{{ json.uuid }}/&NameID={{ json.uuid }}" class="pk-button">Modifier</a>{% endif %}</th></tr>
{% if json.phone %}<tr><td>Téléphone fixe</td><td><strong>{{ json.phone|phonenumber_fr }}</strong></td></tr>{% endif %}
{% if json.mobile %}<tr><td>Téléphone mobile</td><td><strong>{{ json.mobile|phonenumber_fr }}</strong></td></tr>{% endif %}
{% if json.email %}<tr><td>Adresse email</td><td><strong>{{ json.email }}</strong></td></tr>{% endif %}
{% if json.email %}<tr><td>Adresse email</td><td><strong><a href="mailto:{{ json.email }}?subject=[Seniors en action]">{{ json.email }}</a></strong></td></tr>{% endif %}
</table>
</p>