mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add mailto
This commit is contained in:
parent
df6745e659
commit
305609396f
1 changed files with 4 additions and 2 deletions
|
@ -108,10 +108,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ student.uni_email }}
|
<a href="mailto:{{ student.uni_email }}">{{ student.uni_email }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ student.contact_email }}
|
{% if student.contact_email is not none %}
|
||||||
|
<a href="mailto:{{ student.contact_email }}">{{ student.contact_email }}</a>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue