fix: [showDomain] empty father field

pull/549/head
Terrtia 2021-02-04 17:28:56 +01:00
parent bbee3691b3
commit a1fe49192b
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<td>Last Origin:</td>
</thead>
<tbody>
{% if dict_domain %}
{% if 'father' in dict_domain %}
{% if dict_domain['father']=='manual' or dict_domain['father']=='auto' %}
<tr>
<td></td>