deleting obsolete if statement
This commit is contained in:
parent
365f92601e
commit
37786cadae
|
@ -47,7 +47,6 @@
|
||||||
</thead>
|
</thead>
|
||||||
{% for snap in object.properties %}
|
{% for snap in object.properties %}
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if snap.type == 0 %}
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{{ snap.key }}
|
{{ snap.key }}
|
||||||
|
@ -63,7 +62,6 @@
|
||||||
</small>
|
</small>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
|
||||||
</tbody>
|
</tbody>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue