mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -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
|
* [#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
|
* [#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
|
* [#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>
|
<tr>
|
||||||
<td>Email</td>
|
<td>Email</td>
|
||||||
<td>
|
<td>
|
||||||
{% if object.phone %}
|
{% if object.email %}
|
||||||
<a href="mailto:{{ object.email }}">{{ object.email }}</a>
|
<a href="mailto:{{ object.email }}">{{ object.email }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="text-muted">None</span>
|
<span class="text-muted">None</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user