From 3192694fba249becf615808240a0376a7ca270ca Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 24 Nov 2023 12:19:27 +0100 Subject: [PATCH] Stylized paginator buttons --- idhub/templates/idhub/custom_table.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}