fix: [showDomain] empty father field

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

View File

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