diff --git a/idhub/templates/idhub/custom_table.html b/idhub/templates/idhub/custom_table.html index 2153191..808de83 100644 --- a/idhub/templates/idhub/custom_table.html +++ b/idhub/templates/idhub/custom_table.html @@ -61,8 +61,8 @@ {% if table.page.has_previous %} {% block pagination.previous %} {% endblock pagination.previous %} @@ -72,9 +72,9 @@ {% for p in table.page|table_page_range:table.paginator %}
  • {% if p == '...' %} - {{ p }} + {{ p }} {% else %} - + {{ p }} {% endif %} @@ -85,8 +85,8 @@ {% if table.page.has_next %} {% block pagination.next %}
  • {% endblock pagination.next %}