1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add mailto

This commit is contained in:
Mo 2022-06-30 03:55:23 +02:00
parent df6745e659
commit 305609396f

View file

@ -108,10 +108,12 @@
{% endif %}
</td>
<td>
{{ student.uni_email }}
<a href="mailto:{{ student.uni_email }}">{{ student.uni_email }}</a>
</td>
<td>
{{ student.contact_email }}
{% if student.contact_email is not none %}
<a href="mailto:{{ student.contact_email }}">{{ student.contact_email }}</a>
{% endif %}
</td>
</tr>
{% endfor %}