@@ -7,6 +7,7 @@
* [#7990](https://github.com/netbox-community/netbox/issues/7990) - Fix `title` display on contact detail view
* [#7996](https://github.com/netbox-community/netbox/issues/7996) - Show WWN field in interface creation form
* [#8001](https://github.com/netbox-community/netbox/issues/8001) - Correct verbose name for wireless LAN group model
+* [#8005](https://github.com/netbox-community/netbox/issues/8005) - Fix contact email display
---
@@ -48,7 +48,7 @@
<tr>
<td>Email</td>
<td>
- {% if object.phone %}
+ {% if object.email %}
<a href="mailto:{{ object.email }}">{{ object.email }}</a>
{% else %}
<span class="text-muted">None</span>