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