mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +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 %}
|
||||
</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 %}
|
||||
|
|
Loading…
Reference in a new issue