From 492051fef2da5a3b82af9aeb53b56381dfd9279b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 26 Dec 2017 20:56:09 +0100 Subject: [PATCH] lingo: use gadjo template for pagination (#14939) --- .../lingo/templates/lingo/transaction_list.html | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/combo/apps/lingo/templates/lingo/transaction_list.html b/combo/apps/lingo/templates/lingo/transaction_list.html index 9e9f096..a559c82 100644 --- a/combo/apps/lingo/templates/lingo/transaction_list.html +++ b/combo/apps/lingo/templates/lingo/transaction_list.html @@ -48,30 +48,8 @@ -{% if is_paginated %} -

- {% if page_obj.has_previous %} - << - {% else %} - << - {% endif %} - -   - - {{ page_obj.number }} / {{ page_obj.paginator.num_pages }} - -   - - {% if page_obj.has_next %} - >> - {% else %} - >> - {% endif %} - -{% endif %} +{% include "gadjo/pagination.html" %} - - {% else %}

{% if query %} -- 2.15.1