mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fixes #8005: Fix contact email display
This commit is contained in:
parent
988383648c
commit
4d896573b1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user