mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +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>
|
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue