mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [showDomain] empty father field
This commit is contained in:
parent
3482a85410
commit
bbee3691b3
1 changed files with 19 additions and 17 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue