mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-08 04:56:56 -06:00
Fixes #8005: Fix contact email display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user