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>
|
</thead>
|
||||||
{% for host in hosts %}
|
{% for host in hosts %}
|
||||||
<tr>
|
<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>
|
<br>
|
||||||
{{ host.comment }}
|
{{ host.comment }}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user