use host.get_fqdn() function to assemble the fqdn, no bold formatting
This commit is contained in:
parent
172c215ea5
commit
c5672cea22
@ -20,7 +20,7 @@
|
||||
</thead>
|
||||
{% for host in hosts %}
|
||||
<tr>
|
||||
<td><a href="{% url 'host_view' host.pk %}"><b>{{ host.subdomain }}.{{ host.domain.domain }}</b></a>
|
||||
<td><a href="{% url 'host_view' host.pk %}">{{ host.get_fqdn }}</a>
|
||||
<br>
|
||||
{{ host.comment }}
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user