use host.get_fqdn() function to assemble the fqdn, no bold formatting

This commit is contained in:
Thomas Waldmann 2014-08-31 02:20:36 +02:00
parent 172c215ea5
commit c5672cea22

View File

@ -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>