diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index e648140264..e22f3b5883 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -52,9 +52,6 @@ {% if object_list %}
{% endif %} - {% if scrollable_content %} -
- {% endif %}
{% for object in object_list %} @@ -124,9 +121,6 @@ {% endfor %}
- {% if scrollable_content %} -
- {% endif %} {% include 'pagination/pagination.html' %} diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 2c7c8bf922..f0720494a8 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -36,9 +36,6 @@ - {% if scrollable_content %} -
- {% endif %}
@@ -114,11 +111,6 @@
- - {% if scrollable_content %} -
- {% endif %} - {% include 'pagination/pagination.html' %}