Spaces:
Runtime error
Runtime error
Update templates/result.html
Browse files- templates/result.html +0 -12
templates/result.html
CHANGED
|
@@ -153,18 +153,6 @@
|
|
| 153 |
<p>No tools found</p>
|
| 154 |
{% endif %}
|
| 155 |
</div>
|
| 156 |
-
<div class="card-body">
|
| 157 |
-
<h5 class="card-title">Name:</h5>
|
| 158 |
-
{% if data.name is iterable and data.name is not string %}
|
| 159 |
-
<ul>
|
| 160 |
-
{% for value in data.name %}
|
| 161 |
-
<li>{{ value }}</li>
|
| 162 |
-
{% endfor %}
|
| 163 |
-
</ul>
|
| 164 |
-
{% else %}
|
| 165 |
-
<p>No tools found</p>
|
| 166 |
-
{% endif %}
|
| 167 |
-
</div>
|
| 168 |
<div class="card-body">
|
| 169 |
<h5 class="card-title">Designation:</h5>
|
| 170 |
{% if data.Designation is iterable and data.Designation is not string %}
|
|
|
|
| 153 |
<p>No tools found</p>
|
| 154 |
{% endif %}
|
| 155 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
<div class="card-body">
|
| 157 |
<h5 class="card-title">Designation:</h5>
|
| 158 |
{% if data.Designation is iterable and data.Designation is not string %}
|