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