Remove the unused scrollable_content internal feature.

Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
This commit is contained in:
Eric Riggs
2018-03-07 02:38:01 -04:00
committed by Roberto Rosario
parent accfee4c50
commit d6c9ce071c
2 changed files with 0 additions and 14 deletions

View File

@@ -52,9 +52,6 @@
{% 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 %}
<div class="row">
{% for object in object_list %}
@@ -124,9 +121,6 @@
{% endfor %}
</div>
{% if scrollable_content %}
</div>
{% endif %}
{% include 'pagination/pagination.html' %}
</div>
</div>

View File

@@ -36,9 +36,6 @@
</form>
</div>
</div>
{% if scrollable_content %}
<div style="border: 1px solid; height: {{ scrollable_content_height }}; overflow: auto;">
{% endif %}
<div class="table-responsive">
<table class="table table-condensed table-striped">
@@ -114,11 +111,6 @@
</tbody>
</table>
</div>
{% if scrollable_content %}
</div>
{% endif %}
{% include 'pagination/pagination.html' %}
</div>
</div>