Show horizontal on the list item template only when there are items present.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-02-22 21:30:27 -04:00
committed by Roberto Rosario
parent b45be228d2
commit d201f2c31c

View File

@@ -47,7 +47,9 @@
{% endif %}
</div>
</div>
<hr style="border-bottom: 1px solid lightgrey;">
{% if object_list %}
<hr style="border-bottom: 1px solid lightgrey;">
{% endif %}
{% if scrollable_content %}
<div style="border: 1px solid; height: {{ scrollable_content_height }}; overflow: auto;">
{% endif %}