descripcion reportes

parent 669d1777
...@@ -171,8 +171,8 @@ ...@@ -171,8 +171,8 @@
<li>{{ searchForm.end }}</li> <li>{{ searchForm.end }}</li>
</ul> </ul>
</li> </li>
{% if advanced_search == True %}
<li class="treeview "> <li class="treeview {% if advanced_search == False %} hidden {% endif %} ">
<a href="#"> <a href="#">
<i class="fa fa-map"></i> <i class="fa fa-map"></i>
<span>Polygon</span> <span>Polygon</span>
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
<li>{{ searchForm.polygon }}</li> <li>{{ searchForm.polygon }}</li>
</ul> </ul>
</li> </li>
{% endif %}
<li class="treeview "> <li class="treeview ">
<a href="#"> <a href="#">
<i class="fa fa-cloud"></i> <i class="fa fa-cloud"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment