Browse Source

remove duplicated pagination in pages

devel
bashmak 8 years ago
parent
commit
bb0eeb82b7
  1. 2
      abonapp/templates/abonapp/dial_log.html
  2. 1
      abonapp/templates/abonapp/payHistory.html
  3. 2
      abonapp/templates/abonapp/task_log.html
  4. 2
      devapp/templates/devapp/group_list.html
  5. 4
      dialing_app/templates/index.html
  6. 2
      dialing_app/templates/vmail.html
  7. 2
      tariff_app/templates/tariff_app/periodic_pays/list.html
  8. 3
      tariff_app/templates/tariff_app/tarifs.html
  9. 2
      taskapp/templates/taskapp/tasklist.html
  10. 2
      taskapp/templates/taskapp/tasklist_empty.html
  11. 2
      taskapp/templates/taskapp/tasklist_failed.html
  12. 2
      taskapp/templates/taskapp/tasklist_finish.html
  13. 2
      taskapp/templates/taskapp/tasklist_own.html

2
abonapp/templates/abonapp/dial_log.html

@ -42,6 +42,4 @@
</table> </table>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

1
abonapp/templates/abonapp/payHistory.html

@ -53,5 +53,4 @@
</table> </table>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
abonapp/templates/abonapp/task_log.html

@ -44,5 +44,5 @@
</tfoot> </tfoot>
</table> </table>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
devapp/templates/devapp/group_list.html

@ -8,6 +8,8 @@
</ol> </ol>
{% endblock %} {% endblock %}
{% block page-header %}{% trans 'Select group' %}{% endblock %}
{% block main %} {% block main %}
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">

4
dialing_app/templates/index.html

@ -2,7 +2,6 @@
{% load i18n %} {% load i18n %}
{% load telephone_filters %} {% load telephone_filters %}
{% block content %} {% block content %}
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<thead> <thead>
@ -84,7 +83,4 @@
</tbody> </tbody>
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
dialing_app/templates/vmail.html

@ -46,6 +46,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
tariff_app/templates/tariff_app/periodic_pays/list.html

@ -57,6 +57,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

3
tariff_app/templates/tariff_app/tarifs.html

@ -83,7 +83,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
taskapp/templates/taskapp/tasklist.html

@ -102,6 +102,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
taskapp/templates/taskapp/tasklist_empty.html

@ -86,6 +86,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
taskapp/templates/taskapp/tasklist_failed.html

@ -89,6 +89,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
taskapp/templates/taskapp/tasklist_finish.html

@ -87,6 +87,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}

2
taskapp/templates/taskapp/tasklist_own.html

@ -91,6 +91,4 @@
</table> </table>
</div> </div>
{% include 'pagination.html' %}
{% endblock %} {% endblock %}
Loading…
Cancel
Save