mirror of https://github.com/CIRCL/AIL-framework
fix: [showDomain] empty father field
parent
3482a85410
commit
bbee3691b3
|
@ -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 New Issue